luci-0.8: merge r4532
This commit is contained in:
parent
0ff2553ea2
commit
73ebad06da
1 changed files with 6 additions and 0 deletions
|
@ -30,4 +30,10 @@ start()
|
||||||
stop()
|
stop()
|
||||||
{
|
{
|
||||||
start-stop-daemon -q -p $PID -x $BIN -K
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue