diff --git a/distillery/provision.sh b/distillery/provision.sh index f6b0abb..a390fb0 100755 --- a/distillery/provision.sh +++ b/distillery/provision.sh @@ -1,9 +1,4 @@ -# To install a new system: - -# This script will provision a new Drupal instance and make it available to apache. -# Usage: sudo ./provision.sh $SLUG -# In case the installation fails, it will bail out and leave you with an incomplete installation. -# To delete an incomplete installation, use the ./purge.sh script, or try fixing the error manually. +#!/bin/bash set -e # read the lib/shared.sh and read the slug argument. diff --git a/distillery/shell.sh b/distillery/shell.sh index 0c7e91c..8cec13a 100644 --- a/distillery/shell.sh +++ b/distillery/shell.sh @@ -1,4 +1,4 @@ -# To install a new system: +#!/bin/bash set -e # read the lib/shared.sh and read the slug argument.