Backups working again

This commit is contained in:
Your Name
2025-04-25 20:46:10 +12:00
parent d0b7c27af3
commit 84c252c965
4 changed files with 23 additions and 14 deletions

View File

@ -40,7 +40,7 @@ load_env() {
env_file="$1/service.env"
if [ ! -f "$env_file" ]; then
echo "Warning: service.env file not found in $1"
echo "Warning: service.env file not found at $1/service.env"
return 1
fi