From d8db99f452328c60f88b9161fb2243e7da00e0f0 Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Tue, 22 Nov 2022 19:00:52 +0100 Subject: [PATCH] ADD echo "WEB GUI AT" --- scripts-install/install-syncthing.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts-install/install-syncthing.sh b/scripts-install/install-syncthing.sh index c57b02b..300b24c 100644 --- a/scripts-install/install-syncthing.sh +++ b/scripts-install/install-syncthing.sh @@ -30,4 +30,6 @@ sudo systemctl start syncthing@$(whoami).service clear -sudo systemctl status syncthing@$(whoami).service \ No newline at end of file +sudo systemctl status syncthing@$(whoami).service + +echo "WEB GUI AT https://localhost:8384" \ No newline at end of file