make error messages uniform

fix-non-showing-inputs
dapowers87 2020-10-06 04:48:44 +00:00
parent 0eb4732650
commit 561ab3018d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if [ "$installJetsonFlag" = true ] && [ "$installArmFlag" = true ]; then
fi
if ([ "$installJetsonFlag" = true ] || [ "$installArmFlag" = true ]) && [ "$installGpuFlag" = true ]; then
echo "--gpu flag cannot be set with --jetson or --arm"
echo "--gpu flag cannot be set with --jetson or --arm. Exiting..."
exit -2
fi