mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Typo
This commit is contained in:
parent
636076f0dd
commit
20efd9598e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue