Remove call to neofetch. Does not appear to be giving away info from Docker, but juuust in case!

This commit is contained in:
Hyperling 2025-05-19 09:57:13 -07:00
parent a26081d13f
commit 79c6a34e38

View File

@ -11,10 +11,10 @@ cat << EOF
Look at all the fancy things we can do!
</p>
<h2>Current Time</h2>
<p>
<p>
We can use the date command to spit out the time!
</p>
<p>
<p>
`date`
</p>
EOF
@ -22,7 +22,8 @@ EOF
# Create a subsection
echo -e "\t\t<h2>Server Neofetch</h2>"
echo -e "\t\t<p>"
neofetch --stdout
#neofetch --stdout
echo "jk lol"
echo -e "\t\t</p>"
# Finish the web page