From db031914574b1a35bc15bd1f0f55e408d817bf44 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 14 Jul 2024 09:02:03 +0530 Subject: [PATCH] ... --- resources/calibre-portable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/calibre-portable.sh b/resources/calibre-portable.sh index 49ce82960f..fb74e8e574 100755 --- a/resources/calibre-portable.sh +++ b/resources/calibre-portable.sh @@ -68,7 +68,7 @@ cleanup() { for i in "${CONFIG_DIR}" "${CALIBRE_LIBRARY_DIRECTORY}" \ "${METADATA_DIR}" "${SRC_DIR}" "${BIN_DIR}"; do if [[ -d "${i}" ]]; then - chmod a+rwX "${i}" + chmod a+rwx "${i}" fi done rm -rf "${CALIBRE_TEMP_DIR}"