Skip to content

Commit

Permalink
πŸ—ƒοΈ Committing everything that changed πŸ—ƒοΈ
Browse files Browse the repository at this point in the history
install.sh
  • Loading branch information
casjay committed Jul 5, 2023
1 parent d4487ab commit d2a4a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ __create_docker_script() {
$EXECUTE_PRE_INSTALL
statusCode=\$?
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ \$statusCode -eq 0 ]; then
if [ \$statusCode -ne 0 ]; then
echo "$create_docker_script_message_pre" >&2
exit 1
fi
Expand Down

0 comments on commit d2a4a42

Please sign in to comment.