1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

[autopatch] ynh_setup_source --full_replace=1 (#164)

Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: OniriCorpe <github@oniricorpe.eu>
This commit is contained in:
Salamandar 2024-03-21 01:05:48 +01:00 committed by GitHub
parent 9cc661d283
commit 821703afde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir=$install_dir
ynh_setup_source --dest_dir=$install_dir --full_replace=1 --keep="data AdGuardHome.yaml"
fi
chmod -R o-rwx "$install_dir"