update comment for suggestiong if chmod -R is problematic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user