Add shebang to 'provision.sh' and 'shell.sh'
This commit is contained in:
parent
85a717274c
commit
5c03e736f7
2 changed files with 2 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# To install a new system:
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# read the lib/shared.sh and read the slug argument.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue