mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
f9658cdb1e
1 changed files with 8 additions and 0 deletions
|
@ -23,6 +23,14 @@ export conf=$(ynh_app_setting_get $app conf)
|
||||||
export data=$(ynh_app_setting_get $app data)
|
export data=$(ynh_app_setting_get $app data)
|
||||||
export apps=$(ynh_app_setting_get $app apps)
|
export apps=$(ynh_app_setting_get $app apps)
|
||||||
|
|
||||||
|
export server=$(ynh_app_setting_get $app server)
|
||||||
|
export ssh_user=$(ynh_app_setting_get $app ssh_user)
|
||||||
|
export passphrase=$(ynh_app_setting_get $app passphrase)
|
||||||
|
export on_calendar=$(ynh_app_setting_get $app on_calendar)
|
||||||
|
export conf=$(ynh_app_setting_get $app conf)
|
||||||
|
export data=$(ynh_app_setting_get $app data)
|
||||||
|
export apps=$(ynh_app_setting_get $app apps)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK IF AN UPGRADE IS NEEDED
|
# CHECK IF AN UPGRADE IS NEEDED
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue