update comment gitea->forgejo

This commit is contained in:
tengel 2024-08-24 07:22:57 -05:00
parent b9f46d0d94
commit 003ab3d49e

View file

@ -47,7 +47,7 @@ _EC=$?
# post processing
if [[ $_EC -eq 0 ]]; then
# gitea dump writes git:git 0600
# forgejo dump writes git:git 0600
if [[ -f "${BDMP}" ]]; then
chgrp "${BGRP}" "${BDMP}"
chmod 0640 "${BDMP}"