瀏覽代碼

update alpha branch complete

alpha
Jeong Geol Kim 4 年之前
父節點
當前提交
a0c67c1b3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      main.py

+ 1
- 1
main.py 查看文件

@@ -80,7 +80,7 @@ def sshQuit(cs, sd):
80 80
     ssh.connect(settings[4],port= settings[3], username=settings[5], password=settings[6])
81 81
     t = ssh.get_transport()
82 82
     c = t.open_session()
83
-    c.exec_command('docker stop mail_recorder && mv ' + data_root_dir + ' /hdd/')   
83
+    c.exec_command('python3 /home/mc365/sources/stop_ubuntu.py && mv ' + data_root_dir + ' /hdd/')   
84 84
         
85 85
 
86 86
 

Loading…
取消
儲存