Unclosed if statement corrected

This commit is contained in:
2021-06-07 13:11:20 +00:00
parent 2e5d719da8
commit ee3e9a075c

View File

@@ -32,6 +32,7 @@ do
[[ "${dir}" == "${PROXY_CONFIG_DIR}" && "${op}" == "CREATE" ]] || \
[[ "${dir}" == "${PROXY_CONFIG_DIR}" && "${op}" == "DELETE" ]] ; then
echo "proxy config created, changed or deleted"
fi
done