Explorar o código

04wms83-prod.sh

lizw %!s(int64=2) %!d(string=hai) anos
pai
achega
5584ceab7f
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      05shengke/04wms83-prod.sh

+ 3 - 2
05shengke/04wms83-prod.sh

@@ -223,9 +223,10 @@ elif [ "$cmd" == "log" ] || [ "$cmd" == "logs" ];then
   logs
 else
   if [ -z $pid ];then
-    echo "$serverName 未运行 | 输入操作参数: pull deploy restart start stop kill log logs"
+    echo "$serverName 未运行 | 输入操作参数: pull build deploy restart start stop kill log logs"
+    echo "查看日志: tail -F $logPath -n 100"
   else
-    echo "输入操作参数: pull deploy restart start stop kill log logs"
+    echo "输入操作参数: pull build deploy restart start stop kill log logs"
     echo "pid=$pid | $serverName 正在运行... | 查看日志: tail -F $logPath -n 100"
   fi
 fi