From 6757c37eef19bba368a8b819db3ad76038acf777 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 1 May 2024 22:47:48 -0400 Subject: [PATCH] test --- 060-Checking_Topgrade_Installation_Status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/060-Checking_Topgrade_Installation_Status.sh b/060-Checking_Topgrade_Installation_Status.sh index 27617a1..fb082c6 100644 --- a/060-Checking_Topgrade_Installation_Status.sh +++ b/060-Checking_Topgrade_Installation_Status.sh @@ -57,7 +57,7 @@ fi # Ubuntu Jammy need focal repo to get this if ! is_shared_lib_present libssl.so.1.1 then - distro= $(get_dist) + distro=$(get_dist) printf "$COL_YELLOW" "** Distrobution detected as $distro" if get_dist == "Ubuntu" ]] then