diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-25 11:30:55 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-25 11:30:55 +0100 |
| commit | a575ecdd681070bb77c0106332793f44b8457066 (patch) | |
| tree | e96c35afd63ec0eec8f7c1340883d0ddf714c63d /gemini/run.sh | |
| parent | 0a2a4c68fa94a6c2fff9620052c6789bf314d422 (diff) | |
don't make anything in gemini/run.sh
Diffstat (limited to 'gemini/run.sh')
| -rwxr-xr-x | gemini/run.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gemini/run.sh b/gemini/run.sh index 7535975..c75bd64 100755 --- a/gemini/run.sh +++ b/gemini/run.sh @@ -1,5 +1,4 @@ #!/bin/sh -make && \ - ( ( sleep 5; comitium refresh --data comitium-data/ ) & ) \ +( ( sleep 5; comitium refresh --data comitium-data/ ) & ) \ && agate --content content/ --addr [::]:1965 --addr 0.0.0.0:1965 --lang en-GB |
