diff --git a/conf/script/deluser.sh b/conf/script/deluser.sh index ec57abf..036ef0b 100644 --- a/conf/script/deluser.sh +++ b/conf/script/deluser.sh @@ -7,7 +7,7 @@ proccessname=$3 # 进程名称 mongourl=$4 # MongoDB地址 redisIp=$5 # Redis IP redisPwd=$6 # Redis 密码 -mongoadmin=%7 # mongo后缀 +mongoadmin=$7 # mongo后缀 # 停止游戏进程 ansible "$gameip" -m shell -a "supervisorctl stop $proccessname"