From 04e7a8011afc8a596d51405c04280c63fb0ff913 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 23 Feb 2024 19:59:14 +0000 Subject: [PATCH] chore: update install complete message --- pi-image/install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pi-image/install.sh b/pi-image/install.sh index 61512fc..11b0b6e 100644 --- a/pi-image/install.sh +++ b/pi-image/install.sh @@ -79,4 +79,6 @@ then fi echo "Companion Satellite is installed!" -echo "You should edit the configuration file at \"/boot/satellite-config\" then can start it with \"sudo systemctl start satellite\" or \"sudo satellite-update\"" +echo "You can edit a subset of the configuration at \"/boot/satellite-config\" then can start it with \"sudo systemctl start satellite\" or \"sudo satellite-update\"" +echo "A http server will be started on port 9999 which gives access to the full configuration" +