Removed double info

pull/2704/head
Sander Schutten 1 year ago
parent 484025effd
commit 3470e24a6d
  1. 2
      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) $STD sh <(curl -sSL https://get.docker.com)
msg_ok "Installed Docker $DOCKER_LATEST_VERSION" msg_ok "Installed Docker $DOCKER_LATEST_VERSION"
msg_ok "Installed Docker"
msg_info "Creating Frigate configuration file" msg_info "Creating Frigate configuration file"
mkdir -p /config mkdir -p /config
cat >/config/config.yml <<'EOL' cat >/config/config.yml <<'EOL'

Loading…
Cancel
Save