From 28b4403d850d42980d8ca08c8e67cda403f6a637 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 11 Nov 2020 20:53:09 -0500 Subject: [PATCH] pentoo-updater: typo --- scripts/pentoo-updater.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pentoo-updater.sh b/scripts/pentoo-updater.sh index 0c1a6ceb7..72932d7a3 100755 --- a/scripts/pentoo-updater.sh +++ b/scripts/pentoo-updater.sh @@ -146,11 +146,11 @@ check_profile () { fi # profile migration routine for amd64 17.0->17.1 - if [ "${ARCH}" = "amd64" ]; then + #if [ "${ARCH}" = "amd64" ]; then #if [ -L "/lib" ] || [ -e "/lib32" ] || [ -e "/usr/lib32" ]; then # migrate_profile #fi - fi + #fi } migrate_profile() {