This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
riot-web
mirror of
https://github.com/vector-im/riot-web
Watch
1
Star
0
Fork
You've already forked riot-web
0
Code
Issues
Releases
Wiki
Activity
5e1517eb4d
riot-web
/
riot
/
stop.sh
6 lines
98 B
Bash
Raw
Blame
History
BASE_DIR
=
$(
realpath
$(
dirname
$0
)
)
cd
$BASE_DIR
PIDFILE
=
riot.pid
kill
$(
cat
$PIDFILE
)
rm
$PIDFILE
Reference in New Issue
View Git Blame
Copy Permalink