prevent stop scripts from polluting output
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user