added stopping message

This commit is contained in:
Louis Heredero 2024-04-12 10:16:12 +02:00
parent 093b386515
commit 22701a90a7
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -248,6 +248,7 @@ if re.match(r"[a-f0-9]{32}", DSID):
except KeyboardInterrupt: except KeyboardInterrupt:
print() print()
infoLogger.log("Stopping VPN...")
proc.send_signal(signal.SIGINT) proc.send_signal(signal.SIGINT)
proc.wait() proc.wait()