summaryrefslogtreecommitdiffstats
path: root/system/asbt/doinst.sh
diff options
context:
space:
mode:
author aaditya2014-02-18 17:23:41 +0100
committer Erik Hanson2014-02-18 21:59:57 +0100
commitc13b31ab7bd4cab71252cefee56059fee1506c3e (patch)
tree9af7438850f16c4df2623faaa19f709322696a6c /system/asbt/doinst.sh
parent533434d2bc328fadc6b3e9698a1ecc5b0ac01b95 (diff)
downloadslackbuilds-c13b31ab7bd4cab71252cefee56059fee1506c3e.tar.gz
system/asbt: Updated for version 0.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/asbt/doinst.sh')
-rw-r--r--system/asbt/doinst.sh4
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