Skip to content

Commit ebfdc13

Browse files
authored
Fix deploy/start script (#158)
1 parent 1ffbd2b commit ebfdc13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deploy/start

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
#! /usr/bin/env/bash
1+
#! /usr/bin/env bash
22

3+
set -ex
4+
set -o noglob
5+
export XDG_CACHE_HOME=.spago-cache
6+
spago install
37
exec trypurescript +RTS -N1 -A128m -M750M -RTS 8081 $(spago sources)

0 commit comments

Comments
 (0)