src/zlevis-encrypt: update
This commit is contained in:
parent
17eb015918
commit
e2135379d8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ fi
|
||||||
|
|
||||||
# Validate the configuration input
|
# Validate the configuration input
|
||||||
if ! cfg="$(jose fmt -j "$1" -Oo- 2>/dev/null)"; then
|
if ! cfg="$(jose fmt -j "$1" -Oo- 2>/dev/null)"; then
|
||||||
echo "Configuration '{\"property\":\"value\"}' is malformed" >&2
|
echo "Configuration '{\"property\":\"value\"}' is not present or malformed" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue