luci-app-passwall: sync upstream

This commit is contained in:
actions 2024-04-10 15:30:05 +08:00
parent a33dcef5be
commit 46dfad2f5c

View File

@ -16,7 +16,7 @@
echo $$ > ${LOCK_FILE} echo $$ > ${LOCK_FILE}
/etc/init.d/passwall restart >/dev/null 2>&1 & /etc/init.d/passwall restart >/dev/null 2>&1 &
echo "passwall: restart when $INTERFACE ifup" > /dev/kmsg logger -p notice -t network -s "passwall: restart when $INTERFACE ifup"
rm -rf ${LOCK_FILE} rm -rf ${LOCK_FILE}
} }