diff --git a/profile.d/toolbox.sh b/profile.d/toolbox.sh index d2e16cbd7..075569e1f 100644 --- a/profile.d/toolbox.sh +++ b/profile.d/toolbox.sh @@ -13,7 +13,7 @@ toolbox_welcome_stub="$toolbox_config/toolbox-welcome-shown" eval $( if [ -f /etc/os-release ]; then . /etc/os-release - else + elif [ -f /usr/lib/os-release ]; then . /usr/lib/os-release fi