mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 12:46:11 +02:00
closed #2185
This commit is contained in:
5
nodebb
5
nodebb
@@ -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 "$@"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user