fix: convert test echo into status_msg

This commit is contained in:
th33xitus
2020-10-28 13:03:21 +01:00
parent 6ce475e27a
commit 62b0f2afd6

View File

@@ -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