From 23a6dfae771f3b534437b01cdc6dccec8ba2033b Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 13 Jan 2020 21:54:42 +0100 Subject: [PATCH] Update install --- scripts/install | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/install b/scripts/install index 350ea6b..38da244 100644 --- a/scripts/install +++ b/scripts/install @@ -100,13 +100,13 @@ ynh_setup_source "$final_path" #================================================= # Check SHA1 -if ! sha1sum -c ../conf/htpasswd.checksum &> /dev/null - then - echo "htpasswd Integrity Error" - exit - else - echo "htpasswd Integrity Success" -fi +#if ! sha1sum -c ../conf/htpasswd.checksum &> /dev/null +# then +# echo "htpasswd Integrity Error" +# exit +# else +# echo "htpasswd Integrity Success" +#fi #================================================= # MODIFY A CONFIG FILE