profile.d: Re-align
This will make the subsequent commit easier to read. https://github.com/containers/toolbox/pull/1293
This commit is contained in:
parent
b6ca18ead1
commit
a58d81db4e
1 changed files with 3 additions and 1 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Reference in a new issue