From 7277bdeb07f0ee835251876a92bba114b426ad58 Mon Sep 17 00:00:00 2001 From: Christopher Landwehr Date: Sun, 27 Jul 2025 10:13:23 -0400 Subject: [PATCH] update comment for suggestiong if chmod -R is problematic --- ipk-source/sdxpinn-quecmanager-beta/build-ipk | 1 + 1 file changed, 1 insertion(+) diff --git a/ipk-source/sdxpinn-quecmanager-beta/build-ipk b/ipk-source/sdxpinn-quecmanager-beta/build-ipk index 5158d9b..92b3274 100755 --- a/ipk-source/sdxpinn-quecmanager-beta/build-ipk +++ b/ipk-source/sdxpinn-quecmanager-beta/build-ipk @@ -52,6 +52,7 @@ chown -R root:root "${build_path}/root"/* # Set +x permissions for CGI scripts that match *.sh in the cgi-bin directory # (this was tested and works on OpenWRT/SDXPINN platform) +# This may be a better solution than using chmod -R ... `find "${build_path}/root/www/cgi-bin" -type f -name "*.sh" -exec chmod 755 {} \;` chmod -R 755 "${build_path}/root/www/cgi-bin/**/*.sh" # Create control.tar.gz from the CONTROL directory