1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

Update install

This commit is contained in:
liberodark 2020-01-13 21:54:42 +01:00 committed by GitHub
parent c412d56353
commit 23a6dfae77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,13 +100,13 @@ ynh_setup_source "$final_path"
#================================================= #=================================================
# Check SHA1 # Check SHA1
if ! sha1sum -c ../conf/htpasswd.checksum &> /dev/null #if ! sha1sum -c ../conf/htpasswd.checksum &> /dev/null
then # then
echo "htpasswd Integrity Error" # echo "htpasswd Integrity Error"
exit # exit
else # else
echo "htpasswd Integrity Success" # echo "htpasswd Integrity Success"
fi #fi
#================================================= #=================================================
# MODIFY A CONFIG FILE # MODIFY A CONFIG FILE