From c0d656774eeae3d6f3ce56a402e869e56ceebafe Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Fri, 25 Sep 2015 17:53:55 +0200 Subject: [PATCH] fixing #8: alternc.install -- add just a '/' --- install/alternc.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/alternc.install b/install/alternc.install index 89211c21..d75a5553 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -90,7 +90,7 @@ INSTALLED_CONFIG_TAR="/var/lib/alternc/backups/etc-installed.tar.gz" if [ -f "$INSTALLED_CONFIG_TAR" ]; then CHANGED="`env LANG=C tar -zdf "$INSTALLED_CONFIG_TAR" -C / 2> /dev/null | grep -v 'postfix/main.cf' | grep -v 'Uid differs'|grep -v 'Gid differs' |grep -v 'Mode differs' | - sed -e 's/^\([^:]*\).*/ \1/' | sort -u`" + sed -e 's#^\([^:]*\).*# /\1#' | sort -u`" if [ ! -z "$CHANGED" ]; then echo "The following configuration files has changed since last AlternC" echo "installation :"