Skip to content

Commit

Permalink
fixing bot.sh for all config files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarHai committed Feb 13, 2015
1 parent b31024f commit 5032f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ for f in $sFile; do
done

printf "%s config file(s) found\n" "${#aConf[@]}"
if [ $nRunCount -eq 0 ]; then
if [ $nRunCount -le 0 ]; then
nRunCount=${#aConf[@]}
fi

Expand Down

0 comments on commit 5032f9b

Please sign in to comment.