From 04ef2f0d7e6c39e37e596c3408222856f674e19f Mon Sep 17 00:00:00 2001 From: Zack T Date: Fri, 16 Feb 2018 11:32:47 -0700 Subject: [PATCH] v1.1.1 = Missed some quotes and a / + Missed some quotes and a / --- Software/Avast/install_Avast.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Software/Avast/install_Avast.sh b/Software/Avast/install_Avast.sh index eb38ea7..2cab529 100644 --- a/Software/Avast/install_Avast.sh +++ b/Software/Avast/install_Avast.sh @@ -3,7 +3,7 @@ ################################################################################################### # Script Name: install_Avast.sh # By: Zack Thompson / Created: 2/9/2018 -# Version: 1.1 / Updated: 2/12/2018 / By: ZT +# Version: 1.1.1 / Updated: 2/16/2018 / By: ZT # # Description: This script installs Avast. # @@ -30,7 +30,7 @@ # Get the name of the mount. AvastMount=$(/bin/ls /Volumes/ | /usr/bin/grep Avast) # Get the name of the pkg - AvastPKG=$(/bin/ls Volumes/${AvastMount}/ | /usr/bin/grep Avast) + AvastPKG=$(/bin/ls "/Volumes/${AvastMount}/" | /usr/bin/grep Avast) # Install Avast /bin/echo "Installing ${AvastMount}..."