mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-14 02:54:28 +05:00
fix: convert test echo into status_msg
This commit is contained in:
@@ -330,7 +330,7 @@ patch_klipper_sysfile(){
|
|||||||
SERVICE_FILE_PATCHED="true"
|
SERVICE_FILE_PATCHED="true"
|
||||||
fi
|
fi
|
||||||
#reloading the units is only needed when the service file was patched.
|
#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
|
fi
|
||||||
ok_msg "Check complete!"
|
ok_msg "Check complete!"
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user