From 5c03e736f71610b9ed25853289990da7215d015b Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Tue, 7 Jul 2020 15:20:46 +0200 Subject: [PATCH] Add shebang to 'provision.sh' and 'shell.sh' --- distillery/provision.sh | 7 +------ distillery/shell.sh | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) 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.