From 873453b31c2aee93cb51987f97d158ea6390cb64 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 13 Jan 2020 23:02:15 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b6cded2..9484fc0 100644 --- a/scripts/install +++ b/scripts/install @@ -112,7 +112,7 @@ ynh_setup_source "$final_path" #================================================= chmod +x ../conf/htpasswd -password_gen=$(./htpasswd -B -n -b "$ad_user" "$ad_password" | sed "s/"$ad_user"://") +password_gen=$(./htpasswd -B -n -b -i "$ad_user" "$ad_password" | sed "s/"$ad_user"://") ynh_replace_string "__FINALPATH__" "$final_path" "../conf/systemd.service" ynh_replace_string "__USER__" "$ad_user" "../conf/AdGuardHome.yaml" ynh_replace_string "__PWD__" "$password_gen" "../conf/AdGuardHome.yaml"