Fixed mistakes

This commit is contained in:
Kjeld Schouten-Lebbing 2022-12-27 13:34:42 +01:00
parent 09fb93140f
commit 4731b93a14
2 changed files with 1 additions and 3 deletions

View File

@ -14,5 +14,3 @@ echo
echo
}
export -f sync
}

View File

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