support requesting the url with / by using gemini-request.sh ""

I didn't even know that there is a redirect from "" to "/"
This commit is contained in:
Alexander 2023-02-24 20:15:19 +00:00
parent 04cc2174be
commit 9f2cff4182
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ else
HOST=gemini.lehmann.cx
fi
if [ "$1" = "" ]
if [ $# = 0 ]
then
URL=/
else