Refactor comments and output.
This commit is contained in:
@@ -9,11 +9,11 @@ PROG="$(basename -- "${BASH_SOURCE[0]}")"
|
|||||||
echo "$DIR/$PROG"
|
echo "$DIR/$PROG"
|
||||||
|
|
||||||
function reload-project {
|
function reload-project {
|
||||||
|
## Kill node.js which will complete run.sh and restart any Docker containers.
|
||||||
|
#pkill node
|
||||||
# Do not kill program, just use the new files and if run.sh or main.js were
|
# Do not kill program, just use the new files and if run.sh or main.js were
|
||||||
# changed then they can get reloaded manually or by the nightly backup.
|
# changed then they can get reloaded manually or by the nightly backup.
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
## Kill node.js which will complete run.sh and restart any Docker containers.
|
|
||||||
#pkill node
|
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "*** Running cronjob @ `date` ***"
|
echo "*** Running cronjob @ `date` ***"
|
||||||
|
Reference in New Issue
Block a user