fix script typo
This commit is contained in:
parent
435f0d972f
commit
d86fd690e3
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue