Skip to content

Commit

Permalink
Set a more grep-able admin password
Browse files Browse the repository at this point in the history
  • Loading branch information
eldering committed Nov 26, 2024
1 parent ef9941d commit 638e8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/jobs/baseinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ cd ..
section_end

section_start "Set simple admin password"
echo "password" > ./etc/initial_admin_password.secret
echo "default login admin password password" > ~/.netrc
echo "admin_password" > ./etc/initial_admin_password.secret
echo "default login admin password admin_password" > ~/.netrc
section_end

section_start "Install domserver"
Expand Down

0 comments on commit 638e8e0

Please sign in to comment.