🔧 build(pinus server): 修改sq4和sq7的服务器配置
This commit is contained in:
+10
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user