diff --git a/elements/stackuser/install.d/50-user b/elements/stackuser/install.d/50-user index 872ddb94..b5701f83 100755 --- a/elements/stackuser/install.d/50-user +++ b/elements/stackuser/install.d/50-user @@ -4,9 +4,21 @@ set -e set -o xtrace -useradd -G admin -m stack -s /bin/bash +useradd -m stack -s /bin/bash + passwd stack < /etc/sudoers.d/stack <