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:
parent
7ea0c9412d
commit
964d3b085c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue