From 479dee63e02914e2bec2aee7b294819104cae4c7 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Fri, 15 Jul 2011 02:21:45 -0400 Subject: [PATCH] drupal/firstboot.start: instead of moving to /root, rename with .disabled appended. --- drupal/firstboot.start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal/firstboot.start b/drupal/firstboot.start index 6338c5f..7f39d5d 100755 --- a/drupal/firstboot.start +++ b/drupal/firstboot.start @@ -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