Sfoglia il codice sorgente

variable db_name n'existe pas

magikcypress 8 anni fa
parent
commit
e1de92851d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -105,7 +105,7 @@ sudo php index_cli.php \
 		--db_server=localhost \
 		--db_user=$db_user \
 		--db_password=$db_pwd \
-		--db_name=$db_name \
+		--db_name=$app \
 		--db_driver=amysqli \
 		--db_port=3306 \
 		--language=${language:0:2} \