aboutsummaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.sh b/init.sh
index 3a85f04..fb5d611 100755
--- a/init.sh
+++ b/init.sh
@@ -26,6 +26,8 @@ while echo "# node server.js:"; do
# Sleep below, so that the loop can't cause too big a load to the server, if the server terminates very fast.
sleep 5
- echo "# SERVER TERMINATED at $(date)!"
+ echo "# Server terminated at $(date)"
echo "--------"
+ echo ""
+ echo ""
done