improved info messages
This commit is contained in:
parent
3b8c69561e
commit
93d92e34ff
|
|
@ -64,12 +64,12 @@ status() {
|
|||
|
||||
enable() {
|
||||
touch "$ENABLED_FILE"
|
||||
echo "Enabled $APP_NAME to start at boot"
|
||||
echo "Endless restart enabled"
|
||||
}
|
||||
|
||||
disable() {
|
||||
rm -f "$ENABLED_FILE"
|
||||
echo "Disabled $APP_NAME from starting at boot"
|
||||
echo "Endless restart disabled"
|
||||
}
|
||||
|
||||
mkdir -p $(dirname "$PID_FILE")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user