fix script typo

This commit is contained in:
crystal 2023-11-25 18:36:45 -07:00
parent 435f0d972f
commit d86fd690e3
No known key found for this signature in database
GPG key ID: 1122054731F7CC43

View file

@ -130,7 +130,7 @@ case "$1" in
exit $?
;;
"verify-data-dir-chmod")
$DATA_DIR_CHMOD="$(stat -c %a /var/lib/forgejo)"
DATA_DIR_CHMOD="$(stat -c %a /var/lib/forgejo)"
if [ "$DATA_DIR_CHMOD" = "750" ]; then
exit 0
else