diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-09 18:19:16 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-09 18:19:16 +0100 |
| commit | 0892937941d401b1cd4fe041a1fa5eda9287a677 (patch) | |
| tree | 61154b4af3f2c292570c1b91f57f40c536726b44 /http/bin/gmi2upphtml | |
| parent | b4f9be57d3afbe19970bb268ecb6723cd80e703e (diff) | |
parameterises postprocess cmd in blog script
Diffstat (limited to 'http/bin/gmi2upphtml')
| -rwxr-xr-x | http/bin/gmi2upphtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/bin/gmi2upphtml b/http/bin/gmi2upphtml index 608f4e8..f19f447 100755 --- a/http/bin/gmi2upphtml +++ b/http/bin/gmi2upphtml @@ -1,6 +1,6 @@ #!/bin/sh -e -post_title="${1:-}" +post_title="${POST_TITLE:-}" is_in_list=0 is_in_link_block=0 |
