mirror of
https://github.com/coolsnowwolf/luci.git
synced 2025-05-02 12:01:26 +08:00
Revert "luci-app-zerotier: update runtime file path" (#272)
This reverts commit c0ab8ee0cf
.
This commit is contained in:
parent
8e15fc6627
commit
c79d23bf46
@ -27,9 +27,8 @@ start_instance() {
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
config_path=${CONFIG_PATH}_$cfg
|
[ -d /etc/config/zero ] || mkdir -p /etc/config/zero
|
||||||
rm -rf $config_path
|
config_path=/etc/config/zero
|
||||||
mkdir -p $config_path
|
|
||||||
|
|
||||||
config_get_bool port $cfg 'port'
|
config_get_bool port $cfg 'port'
|
||||||
config_get secret $cfg 'secret'
|
config_get secret $cfg 'secret'
|
||||||
|
Loading…
Reference in New Issue
Block a user