diff options
Diffstat (limited to 'system/asbt/doinst.sh')
-rw-r--r-- | system/asbt/doinst.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/asbt/doinst.sh b/system/asbt/doinst.sh index 69b1d2d95c..a989c1290e 100644 --- a/system/asbt/doinst.sh +++ b/system/asbt/doinst.sh @@ -7,10 +7,8 @@ config() { elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then # toss the redundant copy rm $NEW - else - # Otherwise, we leave the .new copy for the admin to consider... - echo -e "New configuration file /etc/asbt/asbt.conf.new created.\nYou may need to merge changes." fi + # Otherwise, we leave the .new copy for the admin to consider... } config etc/asbt/asbt.conf.new |