aws: setup user should not be a system user

Login is not permitted for system users

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-07-12 13:55:38 +01:00
parent 0927eadc52
commit e2d9fe7e16

View File

@@ -86,7 +86,7 @@ import_aws_configuration() {
# Create setup user
if ! getent passwd setup &>/dev/null; then
useradd -r setup -s /usr/bin/run-setup -g nobody -m
useradd setup -s /usr/bin/run-setup -g nobody -m
fi
# Import SSH keys