We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e0ca2 commit ba598f9Copy full SHA for ba598f9
.github/jobs/baseinstall.sh
@@ -29,8 +29,8 @@ cd ..
29
section_end
30
31
section_start "Set simple admin password"
32
-echo "password" > ./etc/initial_admin_password.secret
33
-echo "default login admin password password" > ~/.netrc
+echo "admin_password" > ./etc/initial_admin_password.secret
+echo "default login admin password admin_password" > ~/.netrc
34
35
36
section_start "Install domserver"
0 commit comments