From: Andy Witter Date: Wed, 3 Jan 2018 20:14:23 +0000 (-0500) Subject: uncomment PerlSetVar OILSWebInternalHTTPPort "7080" in eg_vhost.conf to allow for... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=39ca335b74b9f43b630988d297a5325d4bb74442;p=contrib%2Fpines%2Fgenasys.git uncomment PerlSetVar OILSWebInternalHTTPPort "7080" in eg_vhost.conf to allow for added content lookups --- diff --git a/templates/setup-head.sh b/templates/setup-head.sh index a925339..3b08666 100755 --- 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