projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
861d5d8
)
uncomment PerlSetVar OILSWebInternalHTTPPort "7080" in eg_vhost.conf to allow for...
author
Andy Witter
<awitter@georgialibraries.org>
Wed, 3 Jan 2018 20:14:23 +0000
(15:14 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Wed, 3 Jan 2018 20:14:23 +0000
(15:14 -0500)
templates/setup-head.sh
patch
|
blob
|
history
diff --git
a/templates/setup-head.sh
b/templates/setup-head.sh
index
a925339
..
3b08666
100755
(executable)
--- a/
templates/setup-head.sh
+++ b/
templates/setup-head.sh
@@
-173,6
+173,7
@@
then
echo "Found $LOCALE_FILE Locale for this file is: $LOCALE"
sed -i "/#PerlAddVar OILSWebLocale \"\/openils\/var\/data\/locale\/opac\/fr-CA.po\"/a \ \PerlAddVar OILSWebLocale \"${LOCALE_FILE}\"" "$EG_VHOST"
sed -i "/#PerlAddVar OILSWebLocale \"\/openils\/var\/data\/locale\/opac\/fr-CA.po\"/a \ \PerlAddVar OILSWebLocale \"${LOCALE}\"" "$EG_VHOST"
+ sed -i 's^# PerlSetVar OILSWebInternalHTTPPort "7080"^PerlSetVar OILSWebInternalHTTPPort "7080"^g' "$EG_VHOST"
fi
done
echo