diff options
author | ramon <ramongomez@us.es> | 2014-04-16 09:42:51 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2014-04-16 09:42:51 +0000 |
commit | b97f2dc35edde578a0802b50615b1edcf0c899bf (patch) | |
tree | 0497879d4fa15912cdd0c6f4e243ba4af9695f1d /installer | |
parent | 3ab902286fc87cc18c842b28a9dff8e51bf4520e (diff) |
#616: Solucionar problema de instalaciĆ³n en sistemas Ubuntu actualizados tras el fallo Heartbleed de OpenSSL.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4236 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_installer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 966d8f07..b20177c3 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -1121,7 +1121,7 @@ function installWebConsoleApacheConf() sed -e "s/CONSOLEDIR/${CONSOLEDIR//\//\\/}/g" \ $WORKDIR/opengnsys/server/etc/apache.conf.tmpl > $path_opengnsys_base/etc/apache.conf - ln -fs $path_opengnsys_base/etc/apache.conf $path_apache2_confd/$APACHESITESDIR/$APACHEOGSITE + ln -fs $path_opengnsys_base/etc/apache.conf $path_apache2_confd/$APACHESITESDIR/${APACHEOGSITE}.conf $APACHEENABLEOG if [ $? -ne 0 ]; then errorAndLog "${FUNCNAME}(): config file can't be linked to apache conf, verify your server installation" |