debian update

none
This commit is contained in:
Jerry.Benton 2016-05-23 02:11:47 -04:00
parent 2961880f38
commit abd714fc03
2 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,9 @@ set -e
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
# save directory
SAVEDIR="$HOME/ms_upgrade/saved.$$";
# group for users to run under
if ! getent group mtagroup >/dev/null 2>&1; then
groupadd -f mtagroup >/dev/null 2>&1

View file

@ -18,7 +18,6 @@ set -e
# back up their stuff
SAVEDIR="$HOME/ms_upgrade/saved.$$";
export SAVEDIR
if [ -f '/etc/default/mailscanner' ]; then
mkdir -p ${SAVEDIR}/etc/default