From 74733618a2ad3e44a11caafdc93e36754d17ee9e Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 3 Jun 2024 01:56:38 +0200 Subject: [PATCH] Add missing quote --- bin/updater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/updater b/bin/updater index ff1803cd..9877892a 100755 --- a/bin/updater +++ b/bin/updater @@ -16,7 +16,7 @@ case "${STAGE}" in fi # 3 -> 4 - if [ ${UPDATER_VERSION}" -lt "4" ]; then + if [ "${UPDATER_VERSION}" -lt "4" ]; then echo ":: S1 | Updating to UPDATER_VERSION 4" ./uninstall.sh --remove-unshared-bashrcd fi