Browse Source

Fix argument passing

master
Julian Ospald 6 years ago
parent
commit
ee272b7441
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      run.sh

+ 1
- 1
run.sh View File

@@ -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


Loading…
Cancel
Save