feat: add login notification

This commit is contained in:
2025-07-30 21:33:12 +02:00
parent f28809fba3
commit 66d026a212
2 changed files with 28 additions and 15 deletions

4
scripts/wireguard.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
INSTALLED=$1
if [[ "--install" == $INSTALLED ]]; then exit 0; fi