From 9ed4c37a98efb1e645deee38ec7ad5c4e6c4d67d Mon Sep 17 00:00:00 2001 From: Marcus Ball Date: Sat, 8 Oct 2016 00:50:23 -0400 Subject: [PATCH] Fixed missing `=` in equality comparison --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 4d8c602a..6a40eb02 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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