This website requires JavaScript.
Explore
Help
Register
Sign in
PrivateCoffee
/
element-web
Watch
4
Star
0
Fork
You've already forked element-web
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3
ebc9859cce
element-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 13:04:04 +00:00
BASE_DIR
=
$(
readlink -f
$(
dirname
$0
)
)
no need for push/popd in sub-shell
2018-07-27 12:10:19 +00:00
cd
$BASE_DIR
add script to install, start and stop riot
2018-07-18 15:52:51 +00:00
PIDFILE
=
riot.pid
kill
$(
cat
$PIDFILE
)
dont assume current directory in scripts
2018-07-18 16:04:31 +00:00
rm
$PIDFILE
Reference in a new issue
Copy permalink