tweaking index, diverging from gopher a bit

This commit is contained in:
James Tomasino 2018-11-26 21:44:46 -05:00
parent d51e5d8607
commit 5608f4673b
1 changed files with 2 additions and 2 deletions

View File

@ -18,9 +18,9 @@ if [ "$run_user" -eq 0 ]; then
# Intro text
cat "/var/gopher/intro.gophermap"
# Ship listings
printf "\\n\\n<a href=\"/ships\">🢒 Ships, Colonies, Outposts</a>\\n"
printf "\\n<a href=\"/ships\">🢒 Ships, Colonies, Outposts</a>\\n\\n"
# Logs
printf "\\nTransmission log (newest first):\\n"
printf "Transmission Log:\\n"
} >> "${file_html}"
# Loop through listings gophermap
while read -r line; do