Add exit if file is specified

remotes/origin/4.0
Dominique Roux 10 years ago
parent f0fd3e4608
commit 1ad4125a3b
  1. 1
      cdist/conf/type/__pacman_conf/manifest

@ -71,6 +71,7 @@ if [ "${file}" != "" ]; then
else
echo "ERROR: Unknown state: ${state}" >&2
exit 0
fi
fi

Loading…
Cancel
Save