diff --git a/install/alternc.install b/install/alternc.install index b512e505..e51b3b43 100644 --- a/install/alternc.install +++ b/install/alternc.install @@ -61,6 +61,7 @@ INSTALLED_CONFIG_TAR="/var/backups/alternc/etc-installed.tar.gz" # if [ -f "$INSTALLED_CONFIG_TAR" ]; then CHANGED="`tar -zdf "$INSTALLED_CONFIG_TAR" -C / 2> /dev/null | + grep -v 'Uid differs'|grep -v 'Gid differs' |grep -v 'Mode differs' | sed -e 's/^\([^:]*\).*/ \1/' | sort -u`" if [ ! -z "$CHANGED" ]; then echo "The following configuration files has changed since last AlternC"