From 2af9408799ba0775aab1aaea1ba53c129dc1ce40 Mon Sep 17 00:00:00 2001 From: Josue-T Date: Mon, 3 Dec 2018 23:38:07 +0100 Subject: [PATCH] Fix conflic with readonly variable --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 221efdb..c2aab89 100644 --- a/scripts/install +++ b/scripts/install @@ -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