Skip to content
Snippets Groups Projects
Commit 96c2c4ed authored by User expired's avatar User expired
Browse files

added missing quotes

parent 6b980a94
No related branches found
No related tags found
No related merge requests found
...@@ -502,7 +502,7 @@ echo " Bootstrapping the VM:" ...@@ -502,7 +502,7 @@ echo " Bootstrapping the VM:"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "Operating system $DISTRI_NAME" echo "Operating system $DISTRI_NAME"
echo " - osType: $DISTRI_TYPE" echo " - osType: $DISTRI_TYPE"
if [ $DISTRI_TYPE == "Fedora 20" ]; then if [ "$DISTRI_TYPE" == "Fedora 20" ]; then
echo " - using untested operating system!!" echo " - using untested operating system!!"
fi fi
if $IS_LOCAL_TEST_DEPLOY; then echo "Starting in local test deploy mode"; fi if $IS_LOCAL_TEST_DEPLOY; then echo "Starting in local test deploy mode"; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment