From a8bf96b565e4ce897a20b2eba645ce4a4cbba4f2 Mon Sep 17 00:00:00 2001 From: ITmail-dk Date: Tue, 22 Nov 2022 21:33:37 +0100 Subject: [PATCH] add echo --- scripts-install/install-syncthing.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scripts-install/install-syncthing.sh b/scripts-install/install-syncthing.sh index 300b24c..6caeade 100644 --- a/scripts-install/install-syncthing.sh +++ b/scripts-install/install-syncthing.sh @@ -32,4 +32,12 @@ clear sudo systemctl status syncthing@$(whoami).service -echo "WEB GUI AT https://localhost:8384" \ No newline at end of file +clear + +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" +echo " " +echo " " +echo " WEB GUI AT https://localhost:8384" +echo " " +echo " " +echo "-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-'-" \ No newline at end of file