mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
Fix to use the new option introduced in v0.8.1 to disable sanity time check
SVN-Revision: 1309
This commit is contained in:
parent
fa1ae90517
commit
64449714fb
@ -9,7 +9,7 @@ PID_F=$RUN_D/$BIN.pid
|
||||
case $1 in
|
||||
start)
|
||||
mkdir -p $RUN_D
|
||||
$BIN -C 0 -l -s $OPTIONS && $BIN -D $OPTIONS
|
||||
$BIN -l -s -t $OPTIONS && $BIN -D $OPTIONS
|
||||
;;
|
||||
stop)
|
||||
[ -f $PID_F ] && kill $(cat $PID_F)
|
||||
|
Loading…
Reference in New Issue
Block a user