Fix argument passing

This commit is contained in:
Julian Ospald 2017-08-08 19:53:16 +02:00
父節點 242ca226eb
當前提交 ee272b7441
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 511B62C09D50CD28
共有 1 個檔案被更改,包括 1 行新增1 行删除

2
run.sh
查看文件

@ -14,5 +14,5 @@ cd /website
cabal install
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