about summary refs log tree commit diff stats
path: root/rfs
diff options
context:
space:
mode:
Diffstat (limited to 'rfs')
-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