From cae74e13802c649f2c75e57d57a5ed9b6ac05d67 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 2 Sep 2024 18:21:29 +0200 Subject: [PATCH] Fix helpers 2.1 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" }