Skip to content

Commit

Permalink
PMM-13726 Error message for docker install failure. (#3585)
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk authored Feb 17, 2025
1 parent 8e4d04f commit 2caec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-pmm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ install_docker() {
printf " - not installed. Installing...\n\n"
curl -fsSL get.docker.com -o /tmp/get-docker.sh ||
wget -qO /tmp/get-docker.sh get.docker.com
sh /tmp/get-docker.sh
sh /tmp/get-docker.sh || die "${RED}ERROR: cannot install Docker, please install Docker manually and try to run this script again${NOFORMAT}"
run_root 'service docker start' || :
else
printf " - installed.\n\n"
Expand Down

0 comments on commit 2caec1e

Please sign in to comment.