Add missing quote

This commit is contained in:
JeremyStar™ 2024-06-03 01:56:38 +02:00
parent 2e491254f3
commit 74733618a2
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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