mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
removed unnecessary relative path
This commit is contained in:
parent
d5b68fded1
commit
55a11a7275
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ password=$(python3 -c "import bcrypt; print(bcrypt.hashpw(b\"$password\", bcrypt
|
|||
ynh_app_setting_set --app="$app" --key=password --value="$password"
|
||||
|
||||
# Main config File
|
||||
ynh_add_config --template="../conf/AdGuardHome.yaml" --destination="$install_dir/AdGuardHome.yaml"
|
||||
ynh_add_config --template="AdGuardHome.yaml" --destination="$install_dir/AdGuardHome.yaml"
|
||||
|
||||
chmod 600 "$install_dir/AdGuardHome.yaml"
|
||||
chown -R "$app:$app" "$install_dir/AdGuardHome.yaml"
|
||||
|
|
Loading…
Add table
Reference in a new issue