mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
8 lines
87 B
Bash
8 lines
87 B
Bash
#!/bin/sh
|
|
|
|
cat <<EOF
|
|
*
|
|
* Default admin user is "admin" with password "password".
|
|
*
|
|
EOF
|