Browse Source

99pda-all.sh

master
lizw 2 years ago
parent
commit
47cbd04c0f
  1. 4
      yxt-db-pg/99pda-all.sh

4
yxt-db-pg/99pda-all.sh

@ -137,9 +137,9 @@ deploy() {
cmd=$1 cmd=$1
if [ "$cmd" == "deploy" ];then if [ "$cmd" == "deploy" ];then
if [ "$codePath" == "none" ]; if [ "$codePath" == "none" ];then
echo "未配置 codePath" echo "未配置 codePath"
elif [ "$serverUrl" == "none" ]; then elif [ "$serverUrl" == "none" ];then
echo "未配置 serverUrl" echo "未配置 serverUrl"
else else
deploy deploy

Loading…
Cancel
Save