Skip to content

Commit

Permalink
change msg to warning instead of error (do not exit)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbentrup committed Nov 21, 2022
1 parent d281781 commit a964780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/launcher
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ mdm_config_filename=".mdm_config.sh"
mdm_config_file="$mdm_path/$mdm_config_filename"

if ! is_docker_compatible; then
echo "System is not docker compatible." && exit
echo "System is not docker compatible."
fi

missing_deps=""
Expand Down

0 comments on commit a964780

Please sign in to comment.