Second forgotten exit
This commit is contained in:
parent
1ad4125a3b
commit
672aa13316
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ if [ "${file}" != "" ]; then
|
||||||
elif [ "${state}" == "absent" ]; then
|
elif [ "${state}" == "absent" ]; then
|
||||||
require="__file/${sec_path}/plain_file_${file}" __key_value ${file}_${key}\
|
require="__file/${sec_path}/plain_file_${file}" __key_value ${file}_${key}\
|
||||||
--state absent
|
--state absent
|
||||||
|
exit 0
|
||||||
|
|
||||||
else
|
else
|
||||||
echo "ERROR: Unknown state: ${state}" >&2
|
echo "ERROR: Unknown state: ${state}" >&2
|
||||||
|
|
Loading…
Reference in a new issue