mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Update install
This commit is contained in:
parent
0b2d6910fe
commit
4a71148e8e
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ ynh_abort_if_errors
|
|||
#=================================================
|
||||
|
||||
domain=$YNH_APP_ARG_DOMAIN
|
||||
path_url=`echo `ynh_app_setting_get --app=$YNH_APP_ARG_APP_ID --key=path` "/icecoder"`
|
||||
path_url=[ynh_app_setting_get --app=$YNH_APP_ARG_APP_ID --key=path]
|
||||
((path_url=$path_url+"/icecoder"))
|
||||
app_id=$YNH_APP_ARG_APP_ID
|
||||
|
||||
### If it's a multi-instance app, meaning it can be installed several times independently
|
||||
|
|
Loading…
Add table
Reference in a new issue