diff --git a/scripts/install b/scripts/install index 24fe5ed..d52982d 100644 --- a/scripts/install +++ b/scripts/install @@ -6,6 +6,9 @@ domain=$1 path=$2 is_public=$3 +# Removal of trailing / +path=${path%/} + # sitename == path without "/" sitename=$(echo $path | cut -d '/' -f 2)