🔧 build(pinus server): 修改sq4和sq7的服务器配置

This commit is contained in:
luying
2022-10-21 11:55:24 +08:00
parent 9b89815f9a
commit 213e8b9c56
13 changed files with 444 additions and 56 deletions
+10 -2
View File
@@ -41,15 +41,23 @@ elif [ ${1} == 'sq3' ] ; then
elif [ ${1} == 'sq4' ] ; then
destUrl="root@sq4:/root/zyz/"
port=3737
env='sq4'
env='sq7'
elif [ ${1} == 'sq5' ] ; then
destUrl="root@sq5:/root/zyz/"
port=3737
env='sq4'
env='sq7'
elif [ ${1} == 'sq6' ] ; then
destUrl="root@sq6:/root/zyz/"
port=3737
env='sq4'
elif [ ${1} == 'sq7' ] ; then
destUrl="root@sq7:/root/zyz/"
port=3737
env='sq7'
elif [ ${1} == 'sq8' ] ; then
destUrl="root@sq8:/root/zyz/"
port=3737
env='sq7'
else
echo "需要一个参数指明服务器"
exit 1;