exim4 fix, zabbix update

This commit is contained in:
2020-01-13 16:59:27 +01:00
parent 9b3ba02e1d
commit 783afc1a3b
3 changed files with 10 additions and 12 deletions

View File

@@ -37,13 +37,6 @@ do
fi
done
# TODO
# ./install.sh: 42: bin/user.sh: adduser: not found
# adding dev to admin group and limiting su to the admin group
# ./install.sh: 44: bin/user.sh: groupadd: not found
# ./install.sh: 45: bin/user.sh: usermod: not found
# dpkg-statoverride: error: group 'admin' does not exist
adduser "$user"
echo "adding $user to admin group and limiting su to the admin group"
groupadd admin