From e3b77495c213248eed9632e780b7f8c5fa8a33ad Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Mon, 9 Dec 2024 14:08:25 +0200 Subject: [PATCH] Update greeting.sh --- installers/ubuntu-20.04/greeting.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/ubuntu-20.04/greeting.sh b/installers/ubuntu-20.04/greeting.sh index 4fcf6de9..ebb20969 100644 --- a/installers/ubuntu-20.04/greeting.sh +++ b/installers/ubuntu-20.04/greeting.sh @@ -10,7 +10,7 @@ echo " \ |_| |_| |_| |_| |_| \_\_____| |_| /_/ \_\_| \_|_____|_____ WELCOME TO PHYRE PANEL! OS: Ubuntu 20.04 - You can login at: http://$CURRENT_IP:8443 + You can login at: https://$CURRENT_IP:8443 " # File can be saved at: /etc/profile.d/greeting.sh