Explorar o código

Adding -u and flag to runPython

NIX User %!s(int64=3) %!d(string=hai) anos
pai
achega
e480f09ed5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 &