Skip to content

Commit 638e8e0

Browse files
committed
Set a more grep-able admin password
1 parent ef9941d commit 638e8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/jobs/baseinstall.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ cd ..
1818
section_end
1919

2020
section_start "Set simple admin password"
21-
echo "password" > ./etc/initial_admin_password.secret
22-
echo "default login admin password password" > ~/.netrc
21+
echo "admin_password" > ./etc/initial_admin_password.secret
22+
echo "default login admin password admin_password" > ~/.netrc
2323
section_end
2424

2525
section_start "Install domserver"

0 commit comments

Comments
 (0)