Add missing path

This commit is contained in:
2025-05-29 21:12:48 +02:00
parent dd7e167bf7
commit 2c40435c1b

View File

@@ -46,7 +46,7 @@ main() {
# If filename is specified in json, use it; otherwise, use the local_secret as the filename # If filename is specified in json, use it; otherwise, use the local_secret as the filename
if [[ -n "${filename}" && "${filename}" != "null" ]]; then if [[ -n "${filename}" && "${filename}" != "null" ]]; then
output_file="${filename}" output_file="${secrets_dir}/${filename}"
fi fi
if [[ -z "${env}" ]]; then if [[ -z "${env}" ]]; then