Add missing quote
This commit is contained in:
parent
2e491254f3
commit
74733618a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue