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 ef9941d commit 638e8e0Copy full SHA for 638e8e0
.github/jobs/baseinstall.sh
@@ -18,8 +18,8 @@ cd ..
18
section_end
19
20
section_start "Set simple admin password"
21
-echo "password" > ./etc/initial_admin_password.secret
22
-echo "default login admin password password" > ~/.netrc
+echo "admin_password" > ./etc/initial_admin_password.secret
+echo "default login admin password admin_password" > ~/.netrc
23
24
25
section_start "Install domserver"
0 commit comments