Modify restart script to overwrite log files

This commit is contained in:
Adam Outler
2025-09-23 11:59:52 -04:00
committed by GitHub
parent 47f23fcc4f
commit 9dda02d430

View File

@@ -14,7 +14,7 @@ PORT_DEBUG=5678
sudo killall python3 2>/dev/null || true sudo killall python3 2>/dev/null || true
sleep 2 sleep 2
echo ''|tee -a $LOG_DIR/stdout.log $LOG_DIR/stderr.log $LOG_DIR/app.log echo ''|tee $LOG_DIR/stdout.log $LOG_DIR/stderr.log $LOG_DIR/app.log
cd "$APP_DIR" cd "$APP_DIR"