Explorar el Código

04wms83-prod.sh

lizw hace 2 años
padre
commit
5584ceab7f
Se han modificado 1 ficheros con 3 adiciones y 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