From 795ea9833b31facda31e963c3918fda298351156 Mon Sep 17 00:00:00 2001 From: matlink Date: Thu, 13 Nov 2014 21:54:54 +0100 Subject: [PATCH] fix issue with variables --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 8e772a0..a92f0b1 100644 --- a/scripts/install +++ b/scripts/install @@ -6,8 +6,8 @@ app=pluxml domain=$1 path=$2 admin=$3 -is_public=$4 -password=$5 +password=$4 +is_public=$5 domain=${$domain%/}