aboutsummaryrefslogtreecommitdiff
path: root/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'handlers')
-rw-r--r--handlers/rub2
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