mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
Fix path
This commit is contained in:
parent
62f8a47fde
commit
fcf960949b
4 changed files with 6 additions and 6 deletions
|
@ -41,8 +41,8 @@ Grocy is a web-based self-hosted groceries & household management solution for y
|
||||||
|
|
||||||
#### Supported architectures
|
#### Supported architectures
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/grocy/)
|
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/grocy/)
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/grocy/)
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/grocy/)
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
|
|
|
@ -41,8 +41,8 @@ Connexion par défaut
|
||||||
|
|
||||||
#### Supported architectures
|
#### Supported architectures
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/grocy/)
|
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/grocy/)
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/grocy/)
|
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/grocy/)
|
||||||
|
|
||||||
## Limitations
|
## Limitations
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ old_domain=$YNH_APP_OLD_DOMAIN
|
||||||
old_path=$YNH_APP_OLD_PATH
|
old_path=$YNH_APP_OLD_PATH
|
||||||
|
|
||||||
new_domain=$YNH_APP_NEW_DOMAIN
|
new_domain=$YNH_APP_NEW_DOMAIN
|
||||||
new_path=$YNH_APP_NEW_PATH
|
new_path="/"
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ ynh_abort_if_errors
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url=$"/"
|
path_url="/"
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
language=$YNH_APP_ARG_LANGUAGE
|
language=$YNH_APP_ARG_LANGUAGE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue