From a743f84529e9d1dc1ab463e84be697510f309b97 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 22 Jun 2022 11:56:42 +0100 Subject: [PATCH] Minor: case change --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 7a76849c..fc661394 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -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