update comment for suggestiong if chmod -R is problematic

This commit is contained in:
Christopher Landwehr
2025-07-27 10:13:23 -04:00
parent c2d4f9f0f6
commit 7277bdeb07

View File

@@ -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