From fa881eb94f4154612d0b3ff792900328392fd1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sun, 16 Jul 2023 07:49:25 -0400 Subject: [PATCH] Add message at the end of the installation to complete the configuration and access the web interface --- standalone_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/standalone_install.sh b/standalone_install.sh index e3737596f..6ae5b7562 100644 --- a/standalone_install.sh +++ b/standalone_install.sh @@ -461,3 +461,6 @@ systemctl enable nginx ######## FULL FRIGATE CONFIG EXAMPLE: #https://docs.frigate.video/configuration/ + +echo "Don't forget to edit the Frigate config file (/config/config.yml) and reboot." +echo "Frigate standalone installation complete! You can access the web interface at http://:5000"