2019-03-03

This commit is contained in:
monlor
2019-03-03 21:05:38 +08:00
parent beed117298
commit cf48f81f17
54 changed files with 32 additions and 26 deletions

View File

@@ -96,7 +96,7 @@ start () {
done
logsh "$service" "${appname}服务启动完成"
[ "$onmp" == '1' ] && sh -c "$(curl -kfsSl https://raw.githubusercontent.com/mixbox/ONMP/master/oneclick.sh)"
[ "$onmp" == '1' ] && sh -c "$(curl -kfsSl https://raw.githubusercontent.com/monlor/ONMP/master/oneclick.sh)"
}