From d3b7bc2552e5ea71582fadfd13664a925a9a079f Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 1 May 2024 22:02:29 -0400 Subject: [PATCH] test --- 010-Setting_TimeZone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/010-Setting_TimeZone.sh b/010-Setting_TimeZone.sh index 83ce6e3..d66bdf5 100644 --- a/010-Setting_TimeZone.sh +++ b/010-Setting_TimeZone.sh @@ -23,7 +23,7 @@ set_tz() { local tz_current="$2" local tz_desired="$3" printf "$COL_LIGHT_BLUE" "* Desired Timezone is $tz_desired" - if [ $tz_current != $tz_desired ] + if [ "$tz_current" != "$tz_desired" ] then printf "$COL_LIGHT_BLUE" "* Setting Timezone to $desired_timezone" if [ "$tz_type" == "/etc/timezone" ]; then