Przeglądaj źródła

update alpha branch complete

alpha
Jeong Geol Kim 4 lat temu
rodzic
commit
a0c67c1b3d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      main.py

+ 1
- 1
main.py Wyświetl plik

@@ -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
 

Ładowanie…
Anuluj
Zapisz