summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrystal <crystal@noreply.codeberg.org>2023-11-25 18:36:45 -0700
committercrystal <crystal@noreply.codeberg.org>2023-11-25 18:36:45 -0700
commitd86fd690e3741a45cb8b4c6404f566aebf9f3295 (patch)
treeeef9e70d60b87267ca446ef819e3937fae482bf3
parent435f0d972fe449f2411a1c92a6a9561b546ff965 (diff)
fix script typo
-rwxr-xr-x.ci-make.sh2
1 files changed, 1 insertions, 1 deletions
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