diff options
author | aaditya <aaditya_gnulinux@zoho.com> | 2014-02-18 23:23:41 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-18 14:59:57 -0600 |
commit | c13b31ab7bd4cab71252cefee56059fee1506c3e (patch) | |
tree | 9af7438850f16c4df2623faaa19f709322696a6c /system/asbt/doinst.sh | |
parent | 533434d2bc328fadc6b3e9698a1ecc5b0ac01b95 (diff) | |
download | slackbuilds-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.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 |