virtual-appliance/appliances/drupal/firstboot.start

10 lines
266 B
Plaintext
Raw Normal View History

#!/bin/sh
2014-05-10 14:57:36 +02:00
DPVER=7.27
echo Configuring Postgres for Drupal
createuser --no-adduser --no-createdb --no-createrole -U postgres drupal
createdb --encoding=UNICODE --owner=drupal -U postgres drupal
mv /etc/local.d/firstboot.start /etc/local.d/firstboot.start.disabled