Skip to content

Commit

Permalink
Update install-mediawiki.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw authored Aug 9, 2020
1 parent 2d05991 commit c039f65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/travis/install-mediawiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ then
sudo /etc/init.d/postgresql start

psql -c 'create database its_a_mw;' -U postgres
php maintenance/install.php --dbtype $DB --dbuser postgres --dbname its_a_mw --pass nyan TravisWiki admin --scriptpath /TravisWiki
php maintenance/install.php --dbtype $DB --dbuser postgres --dbname its_a_mw --pass AdminPassword TravisWiki admin --scriptpath /TravisWiki
else
mysql -e 'create database its_a_mw;'
php maintenance/install.php --dbtype $DB --dbuser root --dbname its_a_mw --dbpath $(pwd) --pass nyan TravisWiki admin --scriptpath /TravisWiki
php maintenance/install.php --dbtype $DB --dbuser root --dbname its_a_mw --dbpath $(pwd) --pass AdminPassword TravisWiki admin --scriptpath /TravisWiki
fi

0 comments on commit c039f65

Please sign in to comment.