1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00
This commit is contained in:
Krakinou 2018-12-16 18:52:13 +01:00
parent 636076f0dd
commit 20efd9598e

View file

@ -65,7 +65,7 @@ backup_core_only=$(ynh_app_setting_get "$app" backup_core_only)
# If backup_core_only have any value in the settings.yml file, do not backup the data directory # If backup_core_only have any value in the settings.yml file, do not backup the data directory
if [ -z $backup_core_only ] if [ -z $backup_core_only ]
then then
ynh_backup "calibre_dir" ynh_backup "$calibre_dir"
else else
echo "Data dir will not be saved, because backup_core_only is set." >&2 echo "Data dir will not be saved, because backup_core_only is set." >&2
fi fi