1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
suyuan 2023-10-23 23:48:52 +08:00 committed by GitHub
commit 2969a1ede3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 20353 additions and 1 deletions

View file

@ -2145,6 +2145,7 @@ _get_token() {
_config_service() {
servername=$1
[ "$(uci -q get openmptcprouter.${servername}.disabled)" = "1" ] && return
vps_config=""
tokenserver=$(_get_token $servername)
server="$(echo $tokenserver | cut -f1 -d:)"