From c8fcd5beb575641a45fe7298012ef6c8930e8c66 Mon Sep 17 00:00:00 2001 From: Rodger Castle Date: Mon, 4 May 2026 20:14:41 -0400 Subject: [PATCH] Added chmod 751 to images folder so nginx can see it --- imagehost-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagehost-setup.sh b/imagehost-setup.sh index a05585d..8d258f1 100644 --- a/imagehost-setup.sh +++ b/imagehost-setup.sh @@ -170,7 +170,7 @@ fi echo "${SFTP_USER}:${SFTP_PASS}" | chpasswd chown "${SFTP_USER}:${SFTP_USER}" "${IMAGES_DIR}" -chmod 750 "${IMAGES_DIR}" +chmod 751 "${IMAGES_DIR}" success "User '${SFTP_USER}' created with chroot at ${CHROOT_DIR}."