From 08fa9987e7d83fcfdb35a09c98ee3f52327590e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeison=20Cardona=20G=C3=B3mez?= Date: Sun, 1 Jul 2018 22:27:50 -0500 Subject: [PATCH] + Fixed issues --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c2abba6..888bcbb 100755 --- a/install.sh +++ b/install.sh @@ -5,11 +5,11 @@ echo "Use root to install" echo "-------------------" echo "Please enter your home folder name:" read -p "/home/" username -if [ ! -d "/home/"$username"/.macvendors" ]; then +if [ ! -d "/home/$username/.macvendors" ]; then mkdir /home/$username/.macvendors return_code=$? if [ $return_code != "0" ]; then - echo "[ Error ]: /home/"$username" is an invalid location." + echo "[ Error ]: /home/$username is an invalid location." exit fi fi