diff --git a/run.sh b/run.sh index 5912438..a8fae26 100755 --- a/run.sh +++ b/run.sh @@ -44,7 +44,7 @@ start_app() { exit 1 fi - nohup "$APP_BIN" >>"$LOG_FILE" 2>&1 & + nohup "$APP_BIN" >"$LOG_FILE" 2>&1 & local pid=$! echo "$pid" >"$PID_FILE" sleep 1