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 007862f commit 6d04e54Copy full SHA for 6d04e54
.github/jobs/baseinstall.sh
@@ -33,8 +33,8 @@ cd ..
33
section_end
34
35
section_start "Set simple admin password"
36
-echo "password" > ./etc/initial_admin_password.secret
37
-echo "default login admin password password" > ~/.netrc
+echo "admin_password" > ./etc/initial_admin_password.secret
+echo "default login admin password admin_password" > ~/.netrc
38
39
40
section_start "Install domserver"
0 commit comments