implement quit api. indicate if backend is offline
This commit is contained in:
parent
67ad0a82e9
commit
5d4ed8ffbc
8 changed files with 83 additions and 35 deletions
2
ctl
2
ctl
|
|
@ -90,7 +90,7 @@ if [ "$1" == "debug" ]; then
|
|||
exit 1
|
||||
fi
|
||||
shift
|
||||
exec python3 oml server $@
|
||||
exec python3 oml server debug $PID
|
||||
fi
|
||||
if [ "$1" == "stop" ]; then
|
||||
remove_loginscript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue