diff --git a/functions/misc.sh b/functions/misc.sh index 211c01fd..4cd09905 100755 --- a/functions/misc.sh +++ b/functions/misc.sh @@ -14,5 +14,3 @@ echo echo } export -f sync - -} diff --git a/truetool.sh b/truetool.sh index 4095961c..3fd25056 100755 --- a/truetool.sh +++ b/truetool.sh @@ -131,7 +131,7 @@ title [[ "$enableUpdate" == "true" ]] && updater "$@" -scaleVersion=$(version="$(cli -c 'system version' | awk -F '-' '{print $3}' | awk -F '.' '{print $1 $2 $3}' | tr -d " \t\r\.")") +scaleVersion=$(cli -c 'system version' | awk -F '-' '{print $3}' | awk -F '.' '{print $1 $2 $3}' | tr -d " \t\r\.") update_limit=$(nproc --all) rollback="true"