新服配置

This commit is contained in:
luying
2022-08-19 11:02:12 +08:00
parent c10ba19200
commit c34c8bc446
10 changed files with 388 additions and 3 deletions

View File

@@ -38,6 +38,18 @@ elif [ ${1} == 'sq3' ] ; then
destUrl="root@sq3:/root/zyz/"
port=3737
env='sq3'
elif [ ${1} == 'sq4' ] ; then
destUrl="root@sq4:/root/zyz/"
port=3737
env='sq4'
elif [ ${1} == 'sq5' ] ; then
destUrl="root@sq5:/root/zyz/"
port=3737
env='sq4'
elif [ ${1} == 'sq6' ] ; then
destUrl="root@sq6:/root/zyz/"
port=3737
env='sq4'
else
echo "需要一个参数指明服务器"
exit 1;