mirror of
https://gitlab.com/niansa/simpsh-httpd.git
synced 2025-03-06 20:53:36 +01:00
Update filelist.sh
This commit is contained in:
parent
e862dceacf
commit
35e7706a70
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
status="$URL"
|
status="$URL"
|
||||||
|
|
||||||
# Dynamisches HTML
|
# Dynamic HTML
|
||||||
echo '<html>
|
echo '<html>
|
||||||
<head>
|
<head>
|
||||||
<title>'"${HTMLTITLE}"'</title>
|
<title>'"${HTMLTITLE}"'</title>
|
||||||
|
@ -15,6 +15,6 @@ for i in $( ls "${FILE}" ); do
|
||||||
echo ' <a href="./'"${i}"'">'"${i}"'</a><br />' >> $OUTFILE
|
echo ' <a href="./'"${i}"'">'"${i}"'</a><br />' >> $OUTFILE
|
||||||
done
|
done
|
||||||
|
|
||||||
# Statisches HTML
|
# Static HTML
|
||||||
echo ' </body>
|
echo ' </body>
|
||||||
</html>' >> $OUTFILE
|
</html>' >> $OUTFILE
|
||||||
|
|
Loading…
Add table
Reference in a new issue