mirror of
https://github.com/YunoHost-Apps/coin_ynh.git
synced 2024-09-03 18:16:26 +02:00
Fix conflic with readonly variable
This commit is contained in:
parent
74f3cedc9c
commit
2af9408799
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@ source /usr/share/yunohost/helpers
|
||||||
source future.sh
|
source future.sh
|
||||||
source common.sh
|
source common.sh
|
||||||
|
|
||||||
readonly app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
readonly domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
#readonly path=$YNH_APP_ARG_PATH
|
#readonly path=$YNH_APP_ARG_PATH
|
||||||
readonly path=/
|
path=/
|
||||||
|
|
||||||
readonly admin=$YNH_APP_ARG_ADMIN
|
readonly admin=$YNH_APP_ARG_ADMIN
|
||||||
readonly email=$YNH_APP_ARG_EMAIL
|
readonly email=$YNH_APP_ARG_EMAIL
|
||||||
|
|
Loading…
Add table
Reference in a new issue