|
@@ -229,6 +229,8 @@ logs() {
|
|
tail -F $logPath -n 100
|
|
tail -F $logPath -n 100
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+echo "### 222"
|
|
|
|
+
|
|
pid=$(pgrep -f "DappName=${serverName}")
|
|
pid=$(pgrep -f "DappName=${serverName}")
|
|
# 操作参数: pull deploy restart start stop kill log logs
|
|
# 操作参数: pull deploy restart start stop kill log logs
|
|
if [ "$cmd" == "pull" ];then
|
|
if [ "$cmd" == "pull" ];then
|