diff --git a/bin/updater b/bin/updater index a29ff402..07a1539f 100755 --- a/bin/updater +++ b/bin/updater @@ -9,10 +9,14 @@ LOCAL_UPDATER_VERSION=3 case "${STAGE}" in 1) - echo ":: S1 | Unlinking files" if [ -z "${UPDATER_VERSION}" ] || [ "${UPDATER_VERSION}" -lt "3" ]; then + echo ":: S1 | Unlinking legacy file paths" ./uninstall.sh --remove-legacy-paths + + echo ":: S1 | Unlinking files (safety measure)" + ./uninstall.sh else + echo ":: S1 | Unlinking files" ./uninstall.sh fi