Add exit if file is specified

This commit is contained in:
testing_rouxdo 2015-05-13 13:12:25 +02:00
parent f0fd3e4608
commit 1ad4125a3b
1 changed files with 1 additions and 0 deletions

View File

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