Quellcode durchsuchen

* Bug: en configurarApache() cambiar las rutas

Guzmán Castanedo Villalba vor 6 Jahren
Ursprung
Commit
37a71aca46
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      install

+ 2 - 2
install

@@ -488,8 +488,8 @@ instalarApache() {
 
 configurarApache() {
 	if [ $rhelOS = true ];then
-		apacheConfFile="./etc/apache-rhel/conf/httpd.conf"
-		welcomeConfFile="/etc/httpd/conf.d/welcome.conf"
+		apacheConfFile="./etc/$webServerName-rhel/conf/httpd.conf"
+		welcomeConfFile="/etc/$webServerName/conf.d/welcome.conf"
 		if [ ! -f $apacheConfFile ];then
 			comprobarError 1 4 $apacheConfFile
 		fi