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:
parent
51abae4051
commit
20bf38d89f
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue