mirror of
https://github.com/YunoHost-Apps/matrix-puppet-discord_ynh.git
synced 2024-09-03 19:36:25 +02:00
add user_domain variable
This commit is contained in:
parent
f2fc013580
commit
3bad84ced0
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
user_domain=$(ynh_app_setting_get --app=$app --key=user_domain)
|
||||
db_name=$(ynh_app_setting_get --app=$app --key=db_name)
|
||||
log_path=$(ynh_app_setting_get --app=$app --key=log_path)
|
||||
etc_path=$(ynh_app_setting_get --app=$app --key=etc_path)
|
||||
|
|
Loading…
Add table
Reference in a new issue