mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-0.8: merge r4532
This commit is contained in:
@@ -30,4 +30,10 @@ start()
|
||||
stop()
|
||||
{
|
||||
start-stop-daemon -q -p $PID -x $BIN -K
|
||||
|
||||
if ! /etc/init.d/freifunk-watchdog enabled; then
|
||||
if grep -q "$BIN" /etc/crontabs/root 2>/dev/null; then
|
||||
sed -i -e "\\'$BIN'd" /etc/crontabs/root
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user