From: Chris Koeritz Date: Fri, 17 Nov 2017 02:47:19 +0000 (-0500) Subject: fix for path in add apache site X-Git-Tag: 2.140.101^2~1^2~13 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=bb80bf9fb9619b2a6a93b71d1e10f922fc0530f1 fix for path in add apache site --- diff --git a/scripts/system/add_apache_site.sh b/scripts/system/add_apache_site.sh index a9a379fd..778b22d5 100644 --- a/scripts/system/add_apache_site.sh +++ b/scripts/system/add_apache_site.sh @@ -39,7 +39,7 @@ This script needs to know (1) the application name for the new site and appropriate name for a file-system compatible folder name. There is an optional third parameter (3) the path for site storage. If the site path is not provided, we'll use this path: - $BASE_APPLICATION_PATH/{app name}/$STORAGE_SUFFIX" + $BASE_APPLICATION_PATH/{app name}$STORAGE_SUFFIX" exit 1 fi