diff options
author | Joel Kronqvist <joelkronqvist@proton.me> | 2023-06-21 13:01:57 +0300 |
---|---|---|
committer | Joel Kronqvist <joelkronqvist@proton.me> | 2023-06-21 13:01:57 +0300 |
commit | 529477dc21ec03842ac55a2719b0875133d2aa43 (patch) | |
tree | dc45521555cfd16407f1b712507556014d0cde8d /init.sh | |
parent | 9760c6242572f6ed17890b84ec3d14fa414b7579 (diff) | |
parent | d10272298acb4d6e07fb5b73dd7af06d653afd7b (diff) | |
download | LYLLRuoka-529477dc21ec03842ac55a2719b0875133d2aa43.tar.gz LYLLRuoka-529477dc21ec03842ac55a2719b0875133d2aa43.zip |
Merge master branches of GitHub repo and server repo
Diffstat (limited to 'init.sh')
-rwxr-xr-x | init.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |