Skip to content

Commit

Permalink
update for deployed config
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-bate committed Dec 13, 2017
1 parent 40ddb9a commit df0982b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ mkdir dist
go build -o dist/shoreline shoreline.go
go build -o dist/user-roles tools/user-roles.go
cp start.sh dist/
cp env.sh dist/
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh -eu
#!/bin/bash -eu

source env.sh
exec ./shoreline

0 comments on commit df0982b

Please sign in to comment.