forked from ungleich-public/cdist
Add exit if file is specified
This commit is contained in:
parent
f0fd3e4608
commit
1ad4125a3b
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ if [ "${file}" != "" ]; then
|
|||
|
||||
else
|
||||
echo "ERROR: Unknown state: ${state}" >&2
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue