From 4a29a3836bfaa752988564a0262b7c53e3c66c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Segura?= Date: Wed, 22 Dec 2021 15:21:21 -0800 Subject: [PATCH] updated to version 2.5 --- VPN.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VPN.sh b/VPN.sh index c534e73..f016bca 100644 --- a/VPN.sh +++ b/VPN.sh @@ -461,7 +461,10 @@ update () { # Check latest version number latestversion=$(curl https://raw.githubusercontent.com/malwareinfosec/VPNrotator/master/version.info) if [[ ( "$currentversion" == "$latestversion" ) ]];then + clear + logo echo "You already have the latest version ($latestversion)" + sleep 5 else stopVPN killservice