Add shebang line to dev env bootstrap script

This commit is contained in:
Kristóf Tóth 2018-03-23 21:40:24 +01:00
parent e59a02b0fc
commit f1ec2a329b
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -eo pipefail
LOGFILE="/tmp/bootstrap_tfw.log"