Преглед изворни кода

Adding -u and flag to runPython

NIX User пре 3 година
родитељ
комит
e480f09ed5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pythonScripts/runPython.sh

+ 1 - 1
pythonScripts/runPython.sh

@@ -1,4 +1,4 @@
 #!/bin/bash
 
 
-nohup python3 $1  0<&- &> $HOME/logs/runPython.log &
+nohup python3 -u $@  0<&- &> $HOME/logs/runPython.log &