This commit is contained in:
parent
689bc1a8f1
commit
da50f70e58
1 changed files with 3 additions and 1 deletions
|
@ -19,5 +19,7 @@ case $1 in
|
||||||
--no-upgrade \
|
--no-upgrade \
|
||||||
--unpaused
|
--unpaused
|
||||||
;;
|
;;
|
||||||
stop) cat ${pid} | xargs -r kill ;;
|
stop)
|
||||||
|
cat ${pid} | xargs -r kill
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue