@@ -5,7 +5,7 @@ start_iot()
cd $IOT_HOME
git reset --hard FETCH_HEAD
git pull
- install.py
+ python3 install.py
process_start python3 admin.py
process_start python3 front.py
process_start python3 modbus.py -m tcp_start
#git reset --hard FETCH_HEAD
process_start python3 web.py
@@ -40,7 +40,7 @@ alias = apidoc
[zeus]
port = 8087:8087,8088:8088,8089:8089
-command = iot
+command = sh
[eros]
port = 8090:8090,8091:8091,8092:8092