mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
86a5cec74b
2 changed files with 3 additions and 3 deletions
|
@ -36,8 +36,8 @@
|
||||||
"en": "Choose the internal path for this app (We recommand to set it to the internal path of a Custom Webapp).",
|
"en": "Choose the internal path for this app (We recommand to set it to the internal path of a Custom Webapp).",
|
||||||
"fr": "Choisissez le chemin interne de cette application (nous vous recommandons de le définir sur le chemin interne d'une Custom Webapp)."
|
"fr": "Choisissez le chemin interne de cette application (nous vous recommandons de le définir sur le chemin interne d'une Custom Webapp)."
|
||||||
},
|
},
|
||||||
"example": "/var/www/my_webapp/www/",
|
"example": "/var/www/my_webapp/www/icecoder",
|
||||||
"default": "/var/www/my_webapp/www/"
|
"default": "/var/www/my_webapp/www/icecoder"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@ ynh_abort_if_errors
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url=`let $YNH_APP_ARG_PATH + "icecoder"`
|
path_url=$YNH_APP_ARG_PATH
|
||||||
|
|
||||||
|
|
||||||
### If it's a multi-instance app, meaning it can be installed several times independently
|
### If it's a multi-instance app, meaning it can be installed several times independently
|
||||||
|
|
Loading…
Reference in a new issue