Skip to content

Commit

Permalink
Removed #chmod +x
Browse files Browse the repository at this point in the history
  • Loading branch information
kekko7072 committed Jun 16, 2023
1 parent 6afc16f commit dac0595
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -21,15 +19,13 @@ case $choice in
make app && cd app
echo "\nStarting 5.1 ...\n"
sleep 3s
chmod +x ./app
./app
;;
2)
echo "Compiling 5.2..."
make app_2 && cd app
echo "\nStarting 5.2 ...\n"
sleep 3s
chmod +x ./app_2
./app_2
;;
3)
Expand Down

0 comments on commit dac0595

Please sign in to comment.