element-web/riot/stop.sh

3 lines
49 B
Bash

PIDFILE=riot.pid
kill $(cat $PIDFILE)
rm $PIDFILE