mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Fix typo
This commit is contained in:
parent
5feb352dab
commit
8b63424f7a
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ _set_vpn_vps() {
|
|||
vpn_current="$(echo "$vps_config" | jsonfilter -q -e '@.vps.current')"
|
||||
vpn="$(uci -q get openmptcprouter.settings.vpn)"
|
||||
if [ "$vpn_current" != "$vpn" ]; then
|
||||
settings='{"vpn" : "'$vpnd'"}'
|
||||
settings='{"vpn" : "'$vpn'"}'
|
||||
_set_json "vpn" "$settings"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue