fix/bashConditional

This commit is contained in:
Dan Schaper 2016-10-07 03:36:34 -07:00 committed by GitHub
parent 5966d76e9a
commit d1a7fe2d44
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@ fi
# Start the installer
# Verify there is enough disk space for the install
if [ $1 = "--i_do_not_follow_recommendations" ]; then
if [[ $1 = "--i_do_not_follow_recommendations" ]]; then
echo "::: ----i_do_not_follow_recommendations passed to script"
echo "::: skipping free disk space verification!"
else