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
ebc9859cce
riot-web
/
riot
/
stop.sh
6 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
use readlink instead of realpath as it seems to be more portable
2018-07-27 15:04:04 +02:00
BASE_DIR
=
$(
readlink -f
$(
dirname
$0
)
)
no need for push/popd in sub-shell
2018-07-27 14:10:19 +02:00
cd
$BASE_DIR
add script to install, start and stop riot
2018-07-18 17:52:51 +02:00
PIDFILE
=
riot.pid
kill
$(
cat
$PIDFILE
)
dont assume current directory in scripts
2018-07-18 18:04:31 +02:00
rm
$PIDFILE