Skip to content

Commit

Permalink
Stop run.sh when installing dependencies fails (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawloland authored Apr 12, 2023
1 parent b05bb4f commit 8337c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ ! "$BASH_VERSION" ]; then
fi
cd "$(dirname "$0")" || exit 1

./install_deps.sh
./install_deps.sh || exit 1

WHIPTAIL=$(command -v whiptail 2>/dev/null)
DIALOG=$(command -v dialog 2>/dev/null)
Expand Down

0 comments on commit 8337c73

Please sign in to comment.