check for updates and offer option option to restart
This commit is contained in:
parent
06d74f809d
commit
0bd359f89d
5 changed files with 109 additions and 14 deletions
3
ctl
3
ctl
|
|
@ -73,7 +73,8 @@ if [ "$1" == "restart" ]; then
|
|||
"$0" start
|
||||
exit $?
|
||||
else
|
||||
exit 1
|
||||
"$0" start
|
||||
exit $?
|
||||
fi
|
||||
fi
|
||||
if [ "$1" == "open" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue