1
0
Fork 0
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:
frju365 2017-02-11 21:03:25 +01:00 committed by GitHub
parent d57c0fd6a5
commit 595c577302

View file

@ -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)