Files
serverconfig/scripts/wireguard.sh

4 lines
77 B
Bash

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