1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-12 22:37:17 +00:00

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

View File

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