Backups working again
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user