mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 04:34:23 +00:00
feat: add login notification
This commit is contained in:
4
scripts/wireguard.sh
Normal file
4
scripts/wireguard.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
INSTALLED=$1
|
||||
if [[ "--install" == $INSTALLED ]]; then exit 0; fi
|
||||
Reference in New Issue
Block a user