diff options
Diffstat (limited to 'entrypoint.sh')
| -rwxr-xr-x | entrypoint.sh | 2 |
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 |
