mirror of
https://github.com/YunoHost-Apps/tldraw_ynh.git
synced 2024-09-03 20:35:54 +02:00
Correct path
This commit is contained in:
parent
fc62c257d9
commit
8cd8c16513
4 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,7 @@ ynh_print_info --message="Loading installation settings..."
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
path=$(ynh_app_setting_get --app=$app --key=path)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
publickey=$(ynh_app_setting_get --app=$app --key=publickey)
|
||||
secretkey=$(ynh_app_setting_get --app=$app --key=secretkey)
|
||||
|
|
|
@ -17,6 +17,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
path=$(ynh_app_setting_get --app=$app --key=path)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
publickey=$(ynh_app_setting_get --app=$app --key=publickey)
|
||||
secretkey=$(ynh_app_setting_get --app=$app --key=secretkey)
|
||||
|
|
|
@ -29,6 +29,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
path=$(ynh_app_setting_get --app=$app --key=path)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
publickey=$(ynh_app_setting_get --app=$app --key=publickey)
|
||||
secretkey=$(ynh_app_setting_get --app=$app --key=secretkey)
|
||||
|
|
|
@ -17,6 +17,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
|
|||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
path=$(ynh_app_setting_get --app=$app --key=path)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
publickey=$(ynh_app_setting_get --app=$app --key=publickey)
|
||||
secretkey=$(ynh_app_setting_get --app=$app --key=secretkey)
|
||||
|
|
Loading…
Add table
Reference in a new issue