mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 13:07:10 +02:00
Fix to use the new option introduced in v0.8.1 to disable sanity time check
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1309 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3a1fdbb8ef
commit
33c5b24bff
@ -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