We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c6f77 commit da5c6c1Copy full SHA for da5c6c1
run.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
3
LOGFILE="$DIR/log.txt"
4
-nohup python "$DIR/daemon.py" > $LOGFILE &
5
-nohup python "$DIR/app.py" > $LOGFILE &
+nohup python "$DIR/daemon.py" 2>&1 $LOGFILE &
+nohup python "$DIR/app.py" 2>&1 $LOGFILE &
6
0 commit comments