You've already forked gitea-ubuntu-multi
postinstall changes
This commit is contained in:
16
giteainstall
16
giteainstall
@@ -351,15 +351,15 @@ chmod 755 "$postscript"
|
||||
postnotice=$(cat <<EOF
|
||||
--------------------------------------------------------------------------------------
|
||||
NEXT STEP: Go to http://$hostname and complete the initial configuration.
|
||||
--------------------------------------------------------------------------------------
|
||||
Database Name : $gitea_db
|
||||
Database User : $giteauser
|
||||
Database Password: $dbpass
|
||||
|
||||
IMPORTANT: Leave the Gitea port unchanged. The postinstall script will take care this.
|
||||
Username : $giteauser
|
||||
Password : $dbpass
|
||||
Database Name : $gitea_db
|
||||
|
||||
--------------------------------------------------------------------------------------
|
||||
IMPORTANT: Once done from a terminal run the following command to finish up
|
||||
NOTE: Leave the Gitea port unchanged in the web installer.
|
||||
The Postinstall script will take care these changes.
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user