aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/scripts/migrate_and_serve.sh
diff options
context:
space:
mode:
authorGravatar Daniel Brown <[email protected]>2019-09-20 16:16:53 -0500
committerGravatar Daniel Brown <[email protected]>2019-09-20 16:16:53 -0500
commitf2951fddfdebbee2d7a445b58b52d1cf8ced7ac8 (patch)
tree9fbecdf38cd3bbcc4b1264c665167fc93de61bed /docker/app/scripts/migrate_and_serve.sh
parentNuke `pysite.dockerapp`. (diff)
Line Ending Fix
Added .gitattributes to prevent Windows users from accidentally cloning the repo and getting incorrect line endings Also adjusting the shebang for the migrate_and_serve.sh to prevent another Windows related bug
Diffstat (limited to 'docker/app/scripts/migrate_and_serve.sh')
-rwxr-xr-xdocker/app/scripts/migrate_and_serve.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/app/scripts/migrate_and_serve.sh b/docker/app/scripts/migrate_and_serve.sh
index 0b54a2e5..c30d7e04 100755
--- a/docker/app/scripts/migrate_and_serve.sh
+++ b/docker/app/scripts/migrate_and_serve.sh
@@ -1,4 +1,5 @@
-#!/bin/sh -eu
+#!/bin/sh
+set -eu
### NOTE
# This file is intended to be used by local setups.