Browse Source

* Correcciones en el PARSER

Guzmán Castanedo Villalba 6 years ago
parent
commit
b7af412827
1 changed files with 5 additions and 0 deletions
  1. 5 0
      install

+ 5 - 0
install

@@ -2073,20 +2073,24 @@ configurarBackups() {
 					;;
 				--lamp)
 					apacheOn=true
+					nginxOn=false
 					shift
 					;;
 				--lemp)
 					nginxOn=true
+					apacheOn=false
 					shift
 					;;
 				--mariadb)
 					case $ID in
 						debian)
 							mySQLOn=true
+							mariaDBOn=false
 							dbType="mariadb"
 							;;
 						ubuntu|centos|fedora)
 							mariaDBOn=true
+							mySQLOn=false
 							dbType="mariadb"
 					esac
 					shift
@@ -2094,6 +2098,7 @@ configurarBackups() {
 				--mysql)
 					if [ $ID = "ubuntu" ] && [ $VERSION = "18.04" ];then
 						mySQLOn=true
+						mariaDBOn=false
 						dbType="mysqli"
 					else
 						# No está soportado