prevent stop scripts from polluting output
This commit is contained in:
parent
40c0967364
commit
bc06d370d0
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
BASE_DIR=$(realpath $(dirname $0))
|
||||
pushd $BASE_DIR
|
||||
pushd $BASE_DIR > /dev/null
|
||||
PIDFILE=riot.pid
|
||||
kill $(cat $PIDFILE)
|
||||
rm $PIDFILE
|
||||
popd
|
||||
popd > /dev/null
|
Loading…
Add table
Add a link
Reference in a new issue