From f228f4e6890d6393c37d94b4ce4454535b968c94 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:53:19 -0700 Subject: [PATCH] fix: motd script spacing --- config/files/usr/libexec/ublue-motd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/files/usr/libexec/ublue-motd b/config/files/usr/libexec/ublue-motd index be6fe47..690a536 100755 --- a/config/files/usr/libexec/ublue-motd +++ b/config/files/usr/libexec/ublue-motd @@ -25,7 +25,7 @@ done if $isDeprecated; then TIP='~~~ NOTICE: You are on a deprecated image, please rebase. ~~~\n~~~ For more information, visit https://github.com/secureblue/secureblue/blob/live/config/files/usr/libexec/deprecated-images.json.md ~~~' -elif ["$IMAGE_TAG" != "latest"]; then +elif [ "$IMAGE_TAG" != "latest" ]; then TIP='~~~ NOTICE: You are on a specific tag, which is unsupported by secureblue. Rebase to the `latest` tag to ensure you continue to receive updates. ~~~' elif [ "$DIFFERENCE" -ge "$MONTH" ]; then TIP='~~~ NOTICE: Your current image is over 1 week old, run `ujust update`. ~~~'