diff --git a/scripts/install b/scripts/install index f52c713..b53c343 100644 --- a/scripts/install +++ b/scripts/install @@ -110,6 +110,8 @@ ynh_setup_source "$final_path" #================================================= # MODIFY A CONFIG FILE #================================================= +echo "$ad_user" +echo "$ad_password" chmod +x ../conf/htpasswd password_gen=$(../conf/htpasswd -B -n -b "$ad_user" "$ad_password" | sed 's/["$ad_user":]//g') ynh_replace_string "__FINALPATH__" "$final_path" "../conf/systemd.service"