From 3470e24a6d6a56878aa5a351e0794216d76d1fb5 Mon Sep 17 00:00:00 2001 From: Sander Schutten Date: Wed, 27 Mar 2024 19:12:22 +0100 Subject: [PATCH] Removed double info --- install/frigate-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/frigate-install.sh b/install/frigate-install.sh index 29d7c589..67df8f74 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -35,8 +35,6 @@ echo -e '{\n "log-driver": "journald"\n}' >/etc/docker/daemon.json $STD sh <(curl -sSL https://get.docker.com) msg_ok "Installed Docker $DOCKER_LATEST_VERSION" -msg_ok "Installed Docker" - msg_info "Creating Frigate configuration file" mkdir -p /config cat >/config/config.yml <<'EOL'