mirror of
https://github.com/YunoHost-Apps/archivist_ynh.git
synced 2024-09-03 18:15:55 +02:00
full_replace=1
This commit is contained in:
parent
98b7634e67
commit
a21e0071a6
1 changed files with 1 additions and 2 deletions
|
@ -55,7 +55,7 @@ fi
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=2
|
||||
|
||||
# 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="passkey Backup_list.conf"
|
||||
|
||||
chown -R "root:root" "$install_dir"
|
||||
|
||||
|
@ -77,7 +77,6 @@ if (( overwrite_cron == 1 )); then
|
|||
ynh_add_config --template="archivist.cron" --destination="/etc/cron.d/$app"
|
||||
fi
|
||||
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue