diff options
| author | jerome <jerome@xlinfo.fr> | 2025-10-13 23:50:24 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-10-13 23:50:24 +0200 |
| commit | adbea781219b11bad7f29b02deda3b21368c440c (patch) | |
| tree | 2ad63ec63dbaac659fde5d35131be3821032973a /entrypoint.sh | |
| parent | 6f029d4d58b916da45a8de76360222ac6e77adeb (diff) | |
| download | ssh-adbea781219b11bad7f29b02deda3b21368c440c.tar.gz ssh-adbea781219b11bad7f29b02deda3b21368c440c.zip | |
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 |
