1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Use YNH_APP_INSTANCE_NAME instead of YNH_APP_ID

This commit is contained in:
Maniack Crudelis 2018-08-21 19:57:15 +02:00
parent 21a002970b
commit 37bb93d4cc
4 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ source /usr/share/yunohost/helpers
# RETRIEVE ARGUMENTS
#=================================================
app=$YNH_APP_ID
app=$YNH_APP_INSTANCE_NAME
#=================================================
# CHECK IF ARGUMENTS ARE CORRECT

View file

@ -13,7 +13,7 @@ source /usr/share/yunohost/helpers
# RETRIEVE ARGUMENTS
#=================================================
app=$YNH_APP_ID
app=$YNH_APP_INSTANCE_NAME
#=================================================
# CHECK IF ARGUMENTS ARE CORRECT

View file

@ -13,7 +13,7 @@ source /usr/share/yunohost/helpers
# RETRIEVE ARGUMENTS
#=================================================
app=$YNH_APP_ID
app=$YNH_APP_INSTANCE_NAME
db_name=$(ynh_app_setting_get $app db_name)
db_pwd=$(ynh_app_setting_get $app mysqlpwd)

View file

@ -15,7 +15,7 @@ source _variables
# RETRIEVE ARGUMENTS
#=================================================
app=$YNH_APP_ID
app=$YNH_APP_INSTANCE_NAME
final_path=$(ynh_app_setting_get $app final_path)