新服配置
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user