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:
parent
c412d56353
commit
23a6dfae77
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue