Don't impose tail -f checks.log

This commit is contained in:
Némunaire 2015-01-18 07:01:30 +01:00 committed by Nemunaire
commit 5f271ed858
2 changed files with 7 additions and 6 deletions

View file

@ -41,8 +41,11 @@ else
fi
# Generate hashed path for files
echo 'Copying files...'
echo -n 'Copying files... '
${BASEDIR}/gen_hash_link_files.sh --copy ${BASEDIR}/files-in ${BASEDIR}/files
echo -e "\033[32mdone\033[0m"
echo -e "\033[1;33mYou should run in background:\033[0m tail -f ./logs/checks.log &"
# Continue execution
exec "$@"