mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
Update upgrade
This commit is contained in:
parent
d57c0fd6a5
commit
595c577302
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ set -eu
|
||||||
# Load common variables and functions
|
# Load common variables and functions
|
||||||
source ./_common
|
source ./_common
|
||||||
|
|
||||||
|
# Récupère les infos de l'application.
|
||||||
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
domain=$(ynh_app_setting_get "$app" domain)
|
domain=$(ynh_app_setting_get "$app" domain)
|
||||||
path=$(ynh_app_setting_get "$app" path)
|
path=$(ynh_app_setting_get "$app" path)
|
||||||
|
|
Loading…
Add table
Reference in a new issue