mirror of
https://github.com/coolsnowwolf/luci
synced 2025-01-07 07:06:41 +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
|
||||
fi
|
||||
|
||||
config_path=${CONFIG_PATH}_$cfg
|
||||
rm -rf $config_path
|
||||
mkdir -p $config_path
|
||||
[ -d /etc/config/zero ] || mkdir -p /etc/config/zero
|
||||
config_path=/etc/config/zero
|
||||
|
||||
config_get_bool port $cfg 'port'
|
||||
config_get secret $cfg 'secret'
|
||||
|
Loading…
Reference in New Issue
Block a user