This commit is contained in:
Julian Lam
2014-09-30 21:48:39 -04:00
parent 31db0d78b1
commit 4f2603afd1
3 changed files with 24 additions and 15 deletions

5
nodebb
View File

@@ -28,11 +28,6 @@ case "$1" in
echo " \"./nodebb stop\" to stop the NodeBB server";
echo " \"./nodebb log\" to view server output";
if [ -f "./logs/output.log" ]; # Preserve the last output log
then
mv ./logs/output.log ./logs/output.1.log;
fi;
# Start the loader daemon
"$node" loader -d "$@"
;;