Fix to use the new option introduced in v0.8.1 to disable sanity time check

SVN-Revision: 1309
owl
Felix Fietkau 2005-07-01 15:37:45 +00:00
parent fa1ae90517
commit 64449714fb
1 changed files with 1 additions and 1 deletions

View File

@ -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)