diff options
Diffstat (limited to 'src/common-utils')
-rw-r--r-- | src/common-utils/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common-utils/main.sh b/src/common-utils/main.sh index 893f53a..c8541cd 100644 --- a/src/common-utils/main.sh +++ b/src/common-utils/main.sh @@ -292,7 +292,7 @@ chmod +x /etc/profile.d/00-restore-env.sh # Bring in ID, ID_LIKE, VERSION_ID, VERSION_CODENAME . /etc/os-release -# Get an adjusted ID independant of distro variants +# Get an adjusted ID independent of distro variants if [ "${ID}" = "debian" ] || [ "${ID_LIKE}" = "debian" ]; then ADJUSTED_ID="debian" elif [[ "${ID}" = "rhel" || "${ID}" = "fedora" || "${ID}" = "mariner" || "${ID_LIKE}" = *"rhel"* || "${ID_LIKE}" = *"fedora"* || "${ID_LIKE}" = *"mariner"* ]]; then |