drupal/firstboot.start: instead of moving to /root, rename with .disabled appended.
This commit is contained in:
parent
ef9337ec3d
commit
479dee63e0
|
@ -8,4 +8,4 @@ createdb --encoding=UNICODE --owner=drupal -U postgres drupal
|
|||
|
||||
chmod a+w /usr/share/webapps/drupal/${DPVER}/htdocs/sites/default/settings.php
|
||||
|
||||
mv /etc/local.d/firstboot.start /root
|
||||
mv /etc/local.d/firstboot.start /etc/local.d/firstboot.start.disabled
|
||||
|
|
Loading…
Reference in New Issue