moving creation of /var/backups/alternc/etc-installed.tar.gz far below, to prevent improper apache/proftpd config file change afterwards

This commit is contained in:
Benjamin Sonntag 2010-06-03 10:32:12 +00:00
parent 51abae4051
commit 20bf38d89f
1 changed files with 5 additions and 5 deletions

View File

@ -183,11 +183,6 @@ done
echo "." echo "."
rm -f $SED_SCRIPT rm -f $SED_SCRIPT
#######################################################################
# Save installed files to check them during next install
#
tar -zcf "$INSTALLED_CONFIG_TAR" -C / $CONFIG_FILES
######################################################################## ########################################################################
# Ad-hoc fixes # Ad-hoc fixes
# #
@ -320,6 +315,11 @@ if [ -x /usr/sbin/locale-gen ] ; then
fi fi
fi fi
#######################################################################
# Save installed files to check them during next install
#
tar -zcf "$INSTALLED_CONFIG_TAR" -C / $CONFIG_FILES
####################################################################### #######################################################################
# Reload services # Reload services
# #