From a58d81db4e88c9c89fca537aa328bfc9c8ecf467 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 9 Jun 2023 10:28:31 +0200 Subject: [PATCH] profile.d: Re-align This will make the subsequent commit easier to read. https://github.com/containers/toolbox/pull/1293 --- profile.d/toolbox.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profile.d/toolbox.sh b/profile.d/toolbox.sh index 72161d6..70956f2 100644 --- a/profile.d/toolbox.sh +++ b/profile.d/toolbox.sh @@ -25,7 +25,9 @@ eval $( if [ -f /run/ostree-booted ] \ && ! [ -f "$host_welcome_stub" ] \ && [ "${ID}" = "fedora" ] \ - && { [ "${VARIANT_ID}" = "workstation" ] || [ "${VARIANT_ID}" = "silverblue" ] || [ "${VARIANT_ID}" = "kinoite" ]; }; then + && { [ "${VARIANT_ID}" = "workstation" ] \ + || [ "${VARIANT_ID}" = "silverblue" ] \ + || [ "${VARIANT_ID}" = "kinoite" ]; }; then echo "" echo "Welcome to ${PRETTY_NAME:-Linux}." echo ""