1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

use only YNH_APP_INSTANCE_NAME

This commit is contained in:
Kay0u 2020-05-04 19:16:33 +02:00
parent 3b97fc79b3
commit 307255b541
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ source /usr/share/yunohost/helpers
# RETRIEVE ARGUMENTS
#=================================================
app=${YNH_APP_INSTANCE_NAME:-$YNH_APP_ID}
app=$YNH_APP_INSTANCE_NAME
final_path=$(ynh_app_setting_get --app=$app --key=final_path)

View file

@ -14,7 +14,7 @@ source _ynh_add_fpm_config
# RETRIEVE ARGUMENTS
#=================================================
app=${YNH_APP_INSTANCE_NAME:-$YNH_APP_ID}
app=$YNH_APP_INSTANCE_NAME
#=================================================
# LOAD VALUES