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