Fix argument passing
This commit is contained in:
parent
242ca226eb
commit
ee272b7441
2
run.sh
2
run.sh
@ -14,5 +14,5 @@ cd /website
|
|||||||
|
|
||||||
cabal install
|
cabal install
|
||||||
sh -c "while true ; do sleep 600 && git pull --ff-only origin master; done" &
|
sh -c "while true ; do sleep 600 && git pull --ff-only origin master; done" &
|
||||||
cabal run site watch --host 0.0.0.0
|
cabal run site watch -- --host 0.0.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user