Skip to content

Commit 6d04e54

Browse files
committed
Fix: set more greppable admin password
1 parent 007862f commit 6d04e54

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
@@ -33,8 +33,8 @@ cd ..
3333
section_end
3434

3535
section_start "Set simple admin password"
36-
echo "password" > ./etc/initial_admin_password.secret
37-
echo "default login admin password password" > ~/.netrc
36+
echo "admin_password" > ./etc/initial_admin_password.secret
37+
echo "default login admin password admin_password" > ~/.netrc
3838
section_end
3939

4040
section_start "Install domserver"

0 commit comments

Comments
 (0)