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