]> git.plutz.net Git - serve0/commitdiff
default to index listing
authorPaul Hänsch <paul@plutz.net>
Mon, 6 Apr 2020 14:38:32 +0000 (16:38 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 6 Apr 2020 14:38:32 +0000 (16:38 +0200)
list.sh

diff --git a/list.sh b/list.sh
index 8e46ab3b52e58642af7218a28b8f119d0ce7ce8a..58eb0628b99378367f230bcaf82e4797917b604d 100644 (file)
--- a/list.sh
+++ b/list.sh
@@ -151,7 +151,7 @@ list_filemeta(){
 
 list_items() {
   local mode meta
-  mode="$(COOKIE mode |grep -m1 -axE 'index|browse' || printf browse )"
+  mode="$(COOKIE mode |grep -m1 -axE 'index|browse' || printf index )"
   
   if [ "$mode" = browse ]; then
     [ "$ITEM" ] && printf 'dir\t..\n'