diff options
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/rub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/rub b/handlers/rub index e05b6fd..bdd6e99 100644 --- a/handlers/rub +++ b/handlers/rub @@ -100,7 +100,7 @@ getconf service function rotate { - if [[ "$2" < 4 ]]; then + if [[ "$2" -lt 4 ]]; then error "Rotate: minimum of 4 rotations" exit 1 fi |