Remove call to neofetch. Does not appear to be giving away info from Docker, but juuust in case!
This commit is contained in:
parent
a26081d13f
commit
79c6a34e38
@ -11,10 +11,10 @@ cat << EOF
|
|||||||
Look at all the fancy things we can do!
|
Look at all the fancy things we can do!
|
||||||
</p>
|
</p>
|
||||||
<h2>Current Time</h2>
|
<h2>Current Time</h2>
|
||||||
<p>
|
<p>
|
||||||
We can use the date command to spit out the time!
|
We can use the date command to spit out the time!
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
`date`
|
`date`
|
||||||
</p>
|
</p>
|
||||||
EOF
|
EOF
|
||||||
@ -22,7 +22,8 @@ EOF
|
|||||||
# Create a subsection
|
# Create a subsection
|
||||||
echo -e "\t\t<h2>Server Neofetch</h2>"
|
echo -e "\t\t<h2>Server Neofetch</h2>"
|
||||||
echo -e "\t\t<p>"
|
echo -e "\t\t<p>"
|
||||||
neofetch --stdout
|
#neofetch --stdout
|
||||||
|
echo "jk lol"
|
||||||
echo -e "\t\t</p>"
|
echo -e "\t\t</p>"
|
||||||
|
|
||||||
# Finish the web page
|
# Finish the web page
|
||||||
|
Loading…
x
Reference in New Issue
Block a user