From 79c6a34e38e19a79287975eacad0dc889e93d3a5 Mon Sep 17 00:00:00 2001
From: Hyperling
Date: Mon, 19 May 2025 09:57:13 -0700
Subject: [PATCH] Remove call to neofetch. Does not appear to be giving away
info from Docker, but juuust in case!
---
pages/test.sh | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/pages/test.sh b/pages/test.sh
index 8058e61..2a73aa2 100755
--- a/pages/test.sh
+++ b/pages/test.sh
@@ -11,10 +11,10 @@ cat << EOF
Look at all the fancy things we can do!
Current Time
-
+
We can use the date command to spit out the time!
-
+
`date`
EOF
@@ -22,7 +22,8 @@ EOF
# Create a subsection
echo -e "\t\tServer Neofetch
"
echo -e "\t\t"
-neofetch --stdout
+#neofetch --stdout
+echo "jk lol"
echo -e "\t\t
"
# Finish the web page