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
9dedabc5d4
commit
8e92d04bac
1 changed files with 3 additions and 3 deletions
|
@ -105,10 +105,10 @@ ynh_add_nginx_config
|
||||||
ynh_script_progression --message="Modifying a config file..." --weight=1
|
ynh_script_progression --message="Modifying a config file..." --weight=1
|
||||||
|
|
||||||
# Main config File
|
# Main config File
|
||||||
ynh_add_config --template="../conf/AdGuardHome.yaml" --destination="$final_path/AdGuardHome.yaml"
|
ynh_add_config --template="../conf/AdGuardHome.yaml" --destination="$final_path/AdGuardHome/AdGuardHome.yaml"
|
||||||
|
|
||||||
chmod 600 "$final_path/AdGuardHome.yaml"
|
chmod 600 "$final_path/AdGuardHome/AdGuardHome.yaml"
|
||||||
chown -R $app:$app "$final_path/AdGuardHome.yaml"
|
chown -R $app:$app "$final_path/AdGuardHome/AdGuardHome.yaml"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SYSTEMD
|
# SETUP SYSTEMD
|
||||||
|
|
Loading…
Add table
Reference in a new issue