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

[fix] mailalert not backuped

This commit is contained in:
ljf (zamentur) 2021-07-04 17:16:58 +02:00
parent 7ea0c9412d
commit 964d3b085c

View file

@ -23,7 +23,7 @@ ynh_abort_if_errors
export app=$YNH_APP_INSTANCE_NAME export app=$YNH_APP_INSTANCE_NAME
# Retrieve arguments # Retrieve arguments
ynh_export repository passphrase on_calendar conf data apps ynh_export repository passphrase on_calendar conf data apps mailalert
#================================================= #=================================================
# STORE SETTINGS FROM MANIFEST # STORE SETTINGS FROM MANIFEST
@ -36,7 +36,7 @@ if [[ $repository == *"@"* ]]; then
fi fi
ssh_user=$(echo "$repository" | cut -d"@" -f1 | cut -d"/" -f2) ssh_user=$(echo "$repository" | cut -d"@" -f1 | cut -d"/" -f2)
fi fi
ynh_save_args repository server passphrase on_calendar conf data apps ynh_save_args repository server passphrase on_calendar conf data apps mailalert
#================================================= #=================================================
# INSTALL DEPENDENCIES # INSTALL DEPENDENCIES