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 committed by GitHub
parent 859459c116
commit 85104689e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ ynh_abort_if_errors
export app=$YNH_APP_INSTANCE_NAME
# 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
@ -36,7 +36,7 @@ if [[ $repository == *"@"* ]]; then
fi
ssh_user=$(echo "$repository" | cut -d"@" -f1 | cut -d"/" -f2)
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