Skip to content

Commit

Permalink
Disable exit on error at completion of setup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Sep 23, 2024
1 parent 64a3fda commit 9386d53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup-iOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,6 @@ else
# shellcheck disable=SC1090
. "./venv$PYTHON_VER/bin/activate"
fi

# Disable exit on error
set +e

0 comments on commit 9386d53

Please sign in to comment.