diff --git a/scripts/install b/scripts/install index daed4fe..b45fee6 100644 --- a/scripts/install +++ b/scripts/install @@ -5,7 +5,7 @@ source ./_common # Retrieve arguments domain=$1 -path=$2 +path=${2%/} is_public=$3 user=$4 passwd=$5