Use abs path for rm
This commit is contained in:
parent
3ba0cf932c
commit
5c70b177ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46882
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ start)
|
|||
;;
|
||||
stop)
|
||||
/usr/bin/killall drwebd
|
||||
rm -f /var/run/drwebd
|
||||
/bin/rm -f /var/run/drwebd
|
||||
echo -n ' drwebd'
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in a new issue