postinstall changes

This commit is contained in:
2025-11-23 12:51:08 +00:00
parent de2264498f
commit a10f9dc2f0

View File

@@ -351,15 +351,15 @@ chmod 755 "$postscript"
postnotice=$(cat <<EOF
--------------------------------------------------------------------------------------
NEXT STEP: Go to http://$hostname and complete the initial configuration.
--------------------------------------------------------------------------------------
Username : $giteauser
Password : $dbpass
Database Name : $gitea_db
Database User : $giteauser
Database Password: $dbpass
IMPORTANT: Leave the Gitea port unchanged. The postinstall script will take care this.
NOTE: Leave the Gitea port unchanged in the web installer.
The Postinstall script will take care these changes.
--------------------------------------------------------------------------------------
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 /etc/$giteauser/gitea-postinstall
@@ -377,7 +377,7 @@ printf "Postinstall script saved at: /etc/%s/gitea-postinstall\n" "$giteauser"
#
# All done
#
printf "\nAll Done...\n"
clear ; printf "\nAll Done...\n"
#
# End of script