Don't impose tail -f checks.log
This commit is contained in:
parent
7fc7a002e3
commit
5f271ed858
2 changed files with 7 additions and 6 deletions
|
|
@ -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 "$@"
|
||||
|
|
|
|||
Reference in a new issue