format
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2022-03-15 19:00:45 -03:00
parent 689bc1a8f1
commit da50f70e58

View file

@ -19,5 +19,7 @@ case $1 in
--no-upgrade \
--unpaused
;;
stop) cat ${pid} | xargs -r kill ;;
stop)
cat ${pid} | xargs -r kill
;;
esac