enable/disable status
This commit is contained in:
parent
cf7467169d
commit
3b8c69561e
|
|
@ -54,6 +54,12 @@ status() {
|
|||
echo "$APP_NAME is not running"
|
||||
return 3
|
||||
fi
|
||||
|
||||
if is_enabled; then
|
||||
echo "Endless restart enabled"
|
||||
else
|
||||
echo "Endless restart disabled"
|
||||
fi
|
||||
}
|
||||
|
||||
enable() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user