Add shebang to 'provision.sh' and 'shell.sh'

This commit is contained in:
Tom Wiesing 2020-07-07 15:20:46 +02:00
parent 85a717274c
commit 5c03e736f7
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
2 changed files with 2 additions and 7 deletions

View file

@ -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.

View file

@ -1,4 +1,4 @@
# To install a new system:
#!/bin/bash
set -e
# read the lib/shared.sh and read the slug argument.