fix: motd script spacing

This commit is contained in:
qoijjj
2024-03-24 22:53:19 -07:00
committed by GitHub
parent f1bacc015a
commit f228f4e689

View File

@@ -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`. ~~~'