1
0
Fork 0
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:
Salamandar 2024-03-29 12:50:20 +01:00
parent 98b7634e67
commit a21e0071a6

View file

@ -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
#=================================================