chore: cleanup
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled

This commit is contained in:
DaanSelen
2025-12-12 15:27:04 +01:00
parent cb9cb4a0b6
commit f00940b73c
2 changed files with 0 additions and 12 deletions

View File

@@ -98,7 +98,6 @@ ensure_installation() {
# Setup WireGuard if needed
if [ -z "$(ls -A /etc/wireguard)" ]; then
cat /configs/wg0.conf.template
cp -a "/configs/wg0.conf.template" "/etc/wireguard/wg0.conf"
echo "Setting a secure private key."