From 62b0f2afd67d0f62d889009d7f44e023c30ea185 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Wed, 28 Oct 2020 13:03:21 +0100 Subject: [PATCH] fix: convert test echo into status_msg --- scripts/install_moonraker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_moonraker.sh b/scripts/install_moonraker.sh index 1fbc5e0..005e006 100755 --- a/scripts/install_moonraker.sh +++ b/scripts/install_moonraker.sh @@ -330,7 +330,7 @@ patch_klipper_sysfile(){ SERVICE_FILE_PATCHED="true" fi #reloading the units is only needed when the service file was patched. - [ "$SERVICE_FILE_PATCHED" = "true" ] && echo "test: daemon-reload" && sudo systemctl daemon-reload + [ "$SERVICE_FILE_PATCHED" = "true" ] && status_msg "Reloading unit ..." && sudo systemctl daemon-reload fi ok_msg "Check complete!" echo