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:
parent
9cc661d283
commit
821703afde
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue