remove minipai2.log to /tmp

Brightcells 9 anni fa
parent
commit
f3db8b235a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      startup.sh

+ 1 - 1
startup.sh

@@ -2,6 +2,6 @@
2 2
 
3 3
 cd /root/pai2/minipai2/
4 4
 
5
-nohup python main.py --port=8002 &>minipai2.log &
5
+nohup python main.py --port=8002 &>/tmp/minipai2.log &
6 6
 
7 7
 cd -