about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorglenda <glenda@9front.local>2021-01-14 19:36:49 +0000
committerglenda <glenda@9front.local>2021-01-14 19:36:49 +0000
commit86de758b9a84f776b5abe80f119d1d81e745c60f (patch)
tree37ea65c6ce25e22d26810b266dddac213ea0cef6
parentcbebcb2f1021580857381269f8449eadbe607615 (diff)
downloadg9srv-86de758b9a84f776b5abe80f119d1d81e745c60f.tar.gz
bug fix
-rwxr-xr-xrfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfs b/rfs
index a43a412..b900438 100755
--- a/rfs
+++ b/rfs
@@ -43,7 +43,7 @@ if(test -f $webroot$url){
 	exit 0
 }
 
-if(test -f $webroot$url/index.gmi)
+if(test -f $webroot$url/index.gmi){
 	header 20 text/utf8
 	cat $webroot$url/index.gmi
 	exit 0