update comment gitea->forgejo
This commit is contained in:
parent
b9f46d0d94
commit
003ab3d49e
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ _EC=$?
|
||||||
|
|
||||||
# post processing
|
# post processing
|
||||||
if [[ $_EC -eq 0 ]]; then
|
if [[ $_EC -eq 0 ]]; then
|
||||||
# gitea dump writes git:git 0600
|
# forgejo dump writes git:git 0600
|
||||||
if [[ -f "${BDMP}" ]]; then
|
if [[ -f "${BDMP}" ]]; then
|
||||||
chgrp "${BGRP}" "${BDMP}"
|
chgrp "${BGRP}" "${BDMP}"
|
||||||
chmod 0640 "${BDMP}"
|
chmod 0640 "${BDMP}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue