Remove Caddyfile.original

This commit is contained in:
Alexandre
2024-05-23 08:10:03 +02:00
committed by GitHub
parent 241be38172
commit 60457b9b46

View File

@@ -1,6 +1,11 @@
#!/bin/bash
# shellcheck shell=bash
# Avoid original file
if [ -f /etc/caddy/Caddyfile.original ]; then
rm /etc/caddy/Caddyfile.original
fi
# Get values
source /etc/birdnet/birdnet.conf