From dac05952a617e9e5578723338297fe1a9eadcb61 Mon Sep 17 00:00:00 2001 From: Francesco Vezzani Date: Fri, 16 Jun 2023 16:28:12 +0200 Subject: [PATCH] Removed #chmod +x --- release.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release.sh b/release.sh index fe52737..9cd2a46 100644 --- a/release.sh +++ b/release.sh @@ -1,7 +1,5 @@ #!/bin/bash -#chmod +x tests.sh - # Prompt the user to choose a test echo "Please choose a release to build:" echo "1. 5.1" @@ -21,7 +19,6 @@ case $choice in make app && cd app echo "\nStarting 5.1 ...\n" sleep 3s - chmod +x ./app ./app ;; 2) @@ -29,7 +26,6 @@ case $choice in make app_2 && cd app echo "\nStarting 5.2 ...\n" sleep 3s - chmod +x ./app_2 ./app_2 ;; 3)