From 453be2d0168388fb94f69372f2230202a1dbc1f9 Mon Sep 17 00:00:00 2001 From: Tonylac77 Date: Mon, 30 Sep 2024 14:16:16 +0200 Subject: [PATCH] remove debugging --- setup_py310.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/setup_py310.sh b/setup_py310.sh index 9e5168e..cb8b911 100755 --- a/setup_py310.sh +++ b/setup_py310.sh @@ -5,7 +5,7 @@ # It checks for conda, installs it if necessary, creates a conda environment, # installs required packages, and downloads necessary software. -set -x # Exit immediately if a command exits with a non-zero status +set -e # Exit immediately if a command exits with a non-zero status # Check if running on Linux if [[ "$OSTYPE" != "linux-gnu"* ]]; then @@ -436,10 +436,4 @@ if [ $? -eq 0 ]; then else echo "Error: Some required packages are missing." exit 1 -fi - -conda init bash -conda activate $ENV_NAME -cd $DOCKM8_FOLDER - -done \ No newline at end of file +fi \ No newline at end of file