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