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
d72765a936
commit
6a3d49dd1c
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@ ynh_setup_source "$final_path"
|
|||
#=================================================
|
||||
# MODIFY A CONFIG FILE
|
||||
#=================================================
|
||||
echo "$ad_user"
|
||||
echo "$ad_password"
|
||||
ynh_print_info --message="$ad_user"
|
||||
ynh_print_info --message="$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"
|
||||
|
|
Loading…
Add table
Reference in a new issue