Don't err with no parameters

master
Robert "ar" Gerus 2013-03-23 06:28:37 +01:00
parent b649dec436
commit 05ae772e99
1 changed files with 1 additions and 1 deletions

2
fw.sh
View File

@ -43,7 +43,7 @@ fw_flush() {
done
}
if [[ $# -gt 1 ]]; then
if [[ ! $# -eq 1 ]]; then
fw_usage
exit 1
fi