Revert "luci: auto restart when iface up"

This reverts commit be8f6b1909.
This commit is contained in:
sbwml 2023-02-10 00:35:16 +08:00
parent b2d03e953d
commit 872ed3c1fb

View File

@ -1,6 +0,0 @@
#!/bin/sh
[[ "$ACTION" == "ifup" && $(uci get "passwall.@global[0].enabled") == "1" ]] && {
/etc/init.d/passwall restart
echo "passwall: restart when $INTERFACE ifup" > /dev/kmsg
}