From e390e4250293b2b705a227d2d6f7696425c2fdbd Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 22 Oct 2025 15:43:24 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Update=20codebase=20?= =?UTF-8?q?=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit rootfs/root/docker/setup/06-post.sh --- rootfs/root/docker/setup/06-post.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootfs/root/docker/setup/06-post.sh b/rootfs/root/docker/setup/06-post.sh index a2e29d4..8a57d86 100755 --- a/rootfs/root/docker/setup/06-post.sh +++ b/rootfs/root/docker/setup/06-post.sh @@ -159,6 +159,7 @@ END{ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Main script +echo "Creating the onion web sites list" cat >"$LIST_INDEX_FILE" <<'HTML' @@ -172,6 +173,7 @@ cat >"$LIST_INDEX_FILE" <<'HTML' HTML md2html >>"$LIST_INDEX_FILE" +printf '
%s
\n' "Last uopdated on $(date +'%A, %B %d, %Y at %H:%M %Z')" >>"$LIST_INDEX_FILE" printf '\n\n\n' >>"$LIST_INDEX_FILE" # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Set the exit code