From 4fe554144d0f21c319445375d0e30e629bd12b9c Mon Sep 17 00:00:00 2001 From: niansa Date: Thu, 9 Mar 2017 10:39:18 +0100 Subject: [PATCH] Update htmlfilelist.sh --- htmlfilelist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htmlfilelist.sh b/htmlfilelist.sh index 971f93a..b1eeb65 100644 --- a/htmlfilelist.sh +++ b/htmlfilelist.sh @@ -10,11 +10,11 @@ echo '

'"$status"'

Directory list:


- ..
' >> $HTMLFILE + ..
' >> $HTMLFILE # Erstelle Dateiliste im HTML-Format for i in $( ls "${FILE}" ); do - echo ' '"${i}"'
' >> $HTMLFILE + echo ' '"${i}"'
' >> $HTMLFILE done # Statisches HTML