summaryrefslogtreecommitdiff
path: root/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'entrypoint.sh')
-rwxr-xr-xentrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 1d821ef..d2440fa 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-PASSWD=rootbeer
+PASSWD=hello
FLAG=AAAAA
echo "root:$PASSWD" | chpasswd
echo "$FLAG" > /root/flag.txt