fix architecture error output

This commit is contained in:
ronivay
2021-03-22 16:02:31 +02:00
parent 052d103e83
commit d163d0d9ab

View File

@@ -813,7 +813,7 @@ function RollBackInstallation {
function CheckOS { function CheckOS {
if [[ $(uname -m) != "x86_64" ]]; then if [[ $(uname -m) != "x86_64" ]]; then
printfail "Installation only supports 64bit OS. You seem to be running architecture: $(uname -m)" printfail "Installation supports only x86_64. You seem to be running architecture: $(uname -m)"
exit 1 exit 1
fi fi