From bbcc256eb99eba879ccb3bd1c466a456197277d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Audrius=20Ka=C5=BEukauskas?= Date: Fri, 30 Mar 2012 00:15:24 -0400 Subject: system/redis: Updated for version 2.4.7 new maintainer. Signed-off-by: dsomero --- system/redis/doinst.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/redis/doinst.sh') diff --git a/system/redis/doinst.sh b/system/redis/doinst.sh index 581ef15d40..de6501f387 100644 --- a/system/redis/doinst.sh +++ b/system/redis/doinst.sh @@ -4,7 +4,8 @@ config() { # If there's no config file by that name, mv it over: if [ ! -r $OLD ]; then mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # toss the redundant copy + elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then + # toss the redundant copy rm $NEW fi # Otherwise, we leave the .new copy for the admin to consider... -- cgit v1.2.3