From bb727bcfba9bc22228e498047ab7d3983520d55e Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Sun, 25 Oct 2020 13:19:19 +0000 Subject: [PATCH] Fix daemon typo --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index ed353bb..2dcfdea 100644 --- a/installer.sh +++ b/installer.sh @@ -71,7 +71,7 @@ fi # Detect wrong docker logger config if [ ! -f "$FILE_DOCKER_CONF" ]; then # Write default configuration - info "Creating default docker deamon configuration $FILE_DOCKER_CONF" + info "Creating default docker daemon configuration $FILE_DOCKER_CONF" curl -sL ${URL_DOCKER_DAEMON} > "${FILE_DOCKER_CONF}" # Restart Docker service