From a05347903423b0bdb8af245410462488bb835887 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Thu, 14 Jun 2018 19:26:20 +0200 Subject: [PATCH] [fix] new helper --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d206fb1..038e646 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -183,7 +183,7 @@ ynh_setup_source () { tar -xf $src_filename -C "$dest_dir" $strip fi if [[ "$src_format" = "bin" ]] ; then - chmod +x $src_filename + mv $src_filename $app else ynh_die "Archive format unrecognized." fi