comment corrections only no code changes

This commit is contained in:
2025-12-06 11:30:39 +01:00
parent 3170e1f294
commit 2df38d031e

View File

@@ -287,7 +287,7 @@ EOF
systemctl daemon-reload ; systemctl enable "$giteauser" ; systemctl start "$giteauser"
#
# Create postinstall script
# Create post-install script
#
postscript="/etc/$giteauser/gitea-postinstall"
cat > "$postscript" <<EOF
@@ -339,7 +339,7 @@ EOF
chmod 755 "$postscript"
#
# Gitea postinstall notice
# Gitea post-install notice
#
postnotice=$(cat <<EOF
--------------------------------------------------------------------------------------