Skip to content
Snippets Groups Projects
Commit e093ec6b authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent 8c792240
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@
# Default-Stop: 0 1 6
### END INIT INFO
export HOME=/root
# Action to take
case "$1" in
start)
......@@ -19,7 +21,7 @@ case "$1" in
;;
stop)
echo "Stoping SpiderOak ..."
kill `pidof SpiderOak` && echo "SpiderOak stopped"
kill `pidof SpiderOakONE` && echo "SpiderOak stopped"
exit 0
;;
*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment