From d86fd690e3741a45cb8b4c6404f566aebf9f3295 Mon Sep 17 00:00:00 2001 From: crystal Date: Sat, 25 Nov 2023 18:36:45 -0700 Subject: [PATCH] fix script typo --- .ci-make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-make.sh b/.ci-make.sh index d139fa5..9bd35fb 100755 --- a/.ci-make.sh +++ b/.ci-make.sh @@ -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