1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borg_ynh.git synced 2024-09-03 18:16:05 +02:00

[fix] Exclude multimedia data

This commit is contained in:
ljf 2021-11-30 19:18:58 +01:00
parent 7aa383d41c
commit de3c8d6b0a

View file

@ -64,7 +64,7 @@ validate__on_calendar() {
#=================================================
set__data_multimedia() {
if [ "$data_multimedia" == "false" ]; then
if [ "$data_multimedia" == "0" ]; then
mkdir -p /home/yunohost.multimedia/
touch /home/yunohost.multimedia/.nobackup
else