mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-03-29 02:13:45 +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