diff --git a/scripts/_common.sh b/scripts/_common.sh index d886fdd..a891931 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,5 +8,5 @@ myynh_set_permissions () { chown -R $app: "$install_dir" chmod 750 "$install_dir" chmod -R o-rwx "$install_dir" - chmod -R +x "$install_dir/bin/*" + chmod -R +x "$install_dir/bin/" }