1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Merge pull request #12 from YunoHost-Apps/fix_conflic_name

Fix conflic name
This commit is contained in:
Alexandre Aubin 2018-12-04 00:08:58 +01:00 committed by GitHub
commit 728a53fb2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@ source /usr/share/yunohost/helpers
source future.sh
source common.sh
readonly app=$YNH_APP_INSTANCE_NAME
app=$YNH_APP_INSTANCE_NAME
# Retrieve arguments
readonly domain=$YNH_APP_ARG_DOMAIN
domain=$YNH_APP_ARG_DOMAIN
#readonly path=$YNH_APP_ARG_PATH
readonly path=/
path=/
readonly admin=$YNH_APP_ARG_ADMIN
readonly email=$YNH_APP_ARG_EMAIL