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:
parent
7aa383d41c
commit
de3c8d6b0a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ validate__on_calendar() {
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
set__data_multimedia() {
|
set__data_multimedia() {
|
||||||
if [ "$data_multimedia" == "false" ]; then
|
if [ "$data_multimedia" == "0" ]; then
|
||||||
mkdir -p /home/yunohost.multimedia/
|
mkdir -p /home/yunohost.multimedia/
|
||||||
touch /home/yunohost.multimedia/.nobackup
|
touch /home/yunohost.multimedia/.nobackup
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue