projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9f8c64
)
fix for path in add apache site
author
Chris Koeritz
<fred@gruntose.com>
Fri, 17 Nov 2017 02:47:19 +0000
(21:47 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 17 Nov 2017 02:47:19 +0000
(21:47 -0500)
scripts/system/add_apache_site.sh
patch
|
blob
|
history
diff --git
a/scripts/system/add_apache_site.sh
b/scripts/system/add_apache_site.sh
index a9a379fd748ad3a5901e8176471ed1d108685181..778b22d57d69733837dd271125e25a1d6c87bf96 100644
(file)
--- 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