Merge "fix password typo at database migrate" into v2.0
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 12 Jul 2017 08:53:50 +0000 (10:53 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Wed, 12 Jul 2017 08:53:50 +0000 (10:53 +0200)
database_utils/migrate_mano_db.sh

index 5a96db7..52d8cb1 100755 (executable)
@@ -27,7 +27,7 @@
 
 DBUSER="mano"
 DBPASS=""
-DEFAULT_DBPASS="maopw"
+DEFAULT_DBPASS="manopw"
 DBHOST=""
 DBPORT="3306"
 DBNAME="mano_db"