check for updates and offer option option to restart

This commit is contained in:
j 2014-08-22 18:42:08 +02:00
commit 0bd359f89d
5 changed files with 109 additions and 14 deletions

3
ctl
View file

@ -73,7 +73,8 @@ if [ "$1" == "restart" ]; then
"$0" start
exit $?
else
exit 1
"$0" start
exit $?
fi
fi
if [ "$1" == "open" ]; then