remove minipai2.log to /tmp

Brightcells лет %!s(int64=8): %!d(string=назад)
Родитель
Сommit
f3db8b235a
1 измененных файлов с 1 добавлено и 1 удалено
  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 -