1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00

fix compression default value

This commit is contained in:
lapineige 2023-12-31 19:02:36 +01:00 committed by GitHub
parent ad2466e5d5
commit 133a19cdc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,8 @@ core_backup=$YNH_APP_ARG_CORE_BACKUP
apps_backup=$YNH_APP_ARG_APPS_BACKUP
frequency="$YNH_APP_ARG_FREQUENCY"
max_size="$YNH_APP_ARG_MAX_SIZE"
compress_ynh="$YNH_APP_ARG_COMPRESS_YNH"
compress_files="$YNH_APP_ARG_COMPRESS_FILES"
compress_ynh="gzip" # by default
compress_files="gzip" # by default
app=$YNH_APP_INSTANCE_NAME