mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Minor: case change
This commit is contained in:
parent
7674feaf61
commit
a743f84529
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ function _manage_systemd_services() {
|
|||
sudo systemctl disable "$svc".service || _install_status 1 "Unable to disable ${svc}.service"
|
||||
fi
|
||||
else
|
||||
echo "${svc}.service is not running (OK)"
|
||||
echo "${svc}.service is not running (ok)"
|
||||
fi
|
||||
done
|
||||
_install_status 0
|
||||
|
|
Loading…
Reference in a new issue