restore partially implemented.

This commit is contained in:
Your Name
2025-04-26 22:35:43 +12:00
parent 71cb39d82e
commit 029187c0aa
7 changed files with 99 additions and 41 deletions

View File

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