postinstall changes

This commit is contained in:
2025-11-23 12:19:25 +00:00
parent a93b54191a
commit c81d0c50f5

View File

@@ -333,23 +333,21 @@ chmod 755 /tmp/gitea-postinstall
# Gitea postinstall notice # Gitea postinstall notice
# #
postnotice=$(cat <<EOF postnotice=$(cat <<EOF
------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------
NEXT STEP: Go to http://$hostname and complete the initial configuration. NEXT STEP: Go to http://$hostname and complete the initial configuration.
-------------------------------------------------------------------------------------
Database User : gitea Username : gitea
Database Password : $dbpass
Database Name : gitea Database Name : gitea
Database Password: $dbpass
------------------------------------------------------------------------------------- IMPORTANT: When done, run the following command to apply port changes and adjustments.
IMPORTANT: Once done from a terminal run the following command to finish up
sudo /tmp/gitea-postinstall sudo /tmp/gitea-postinstall
------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------
EOF EOF
) )
printf '%s\n' "$postnotice" clear ; printf '%s\n' "$postnotice"
# #
# All done # All done