Skip to content

Commit 6b86dea

Browse files
committed
Also add execute perms to dirs/scripts as needed
The +X flag adds executable permissions to any file or directory that already has executable permissions for some user. So, e.g., 744 would become 755.
1 parent fb11d56 commit 6b86dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/templates/deb/postinst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ chmod -R +X /etc/{{package_install_name}}
3232
chmod 0755 /usr/lib/{{package_install_name}}/lib/env.sh
3333
chmod 0755 /usr/lib/{{package_install_name}}/lib/app_epath.sh
3434
chmod 0755 /usr/lib/{{package_install_name}}/erts-*/bin/nodetool
35-
chmod -R go+r /usr/lib/{{package_install_name}}/lib/
35+
chmod -R go+rX /usr/lib/{{package_install_name}}/lib/
3636

3737
case "$1" in
3838
configure)

0 commit comments

Comments
 (0)