From 9bf96074adecb288edfaa5ade7cc54436dde4033 Mon Sep 17 00:00:00 2001 From: enoch85 Date: Sat, 25 Jun 2016 16:05:13 +0200 Subject: [PATCH] smalle fixes --- nextcloud_install_production.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 618b523c..67170099 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -254,7 +254,6 @@ wget -q $GPGKEY -P $GPGDIR chmod -R 600 $GPGDIR gpg --homedir $GPGDIR --import $GPGDIR/nextcloud.asc gpg --homedir $GPGDIR --verify $GPGDIR/$STABLEVERSION.zip.asc $HTML/$STABLEVERSION.zip -echo "$?" if [[ $? > 0 ]] then echo "Package NOT OK! Installation is aborted..." @@ -263,11 +262,11 @@ else echo "Package OK!" fi -#Cleanup +# Cleanup rm -r $GPGDIR # Extract package -unzip $HTML/$STABLEVERSION.zip -d $HTML +unzip -q $HTML/$STABLEVERSION.zip -d $HTML rm $HTML/$STABLEVERSION.zip # Secure permissions