This commit is contained in:
Tim
2025-11-13 10:58:30 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ RUN sed -i 's/#PermitEmptyPasswords no/PermitEmptyPasswords no/' /etc/ssh/sshd_c
RUN mkdir -p /guide RUN mkdir -p /guide
RUN echo "crime1" > /guide/crime1.txt RUN echo "\033[31m✧ Willkommen im Escape Room von Tim und Michail ✧\033[0m" > /guide/crime1.txt
RUN echo "crime2" > /guide/crime2.txt RUN echo "crime2" > /guide/crime2.txt
RUN echo 'if [ -f "/guide/$(whoami).txt" ]; then cat "/guide/$(whoami).txt"; fi' >> /etc/bash.bashrc RUN echo 'if [ -f "/guide/$(whoami).txt" ]; then cat "/guide/$(whoami).txt"; fi' >> /etc/bash.bashrc

View File

@@ -1 +1 @@
\033[31m✧ Willkommen im Escape Room von Tim und Michail ✧\033[0m crime1