| commit | 022ed04ea010ddf42c83be6f1d595af36a2a7156 | [log] [tgz] |
|---|---|---|
| author | Jesse Andrews <anotherjesse@gmail.com> | Sat Oct 01 12:52:23 2011 -0700 |
| committer | Jesse Andrews <anotherjesse@gmail.com> | Sat Oct 01 12:52:23 2011 -0700 |
| tree | 6fc4d7a749257d098e2b81bbc7ca745ffd1e0704 | |
| parent | 0b5f29c70d964201ea054f359133befb28f8eb7b [diff] |
specify the sudo group as addition groups - since otherwise dashboard doesn't work
diff --git a/stack.sh b/stack.sh index 29394ab..4aed775 100755 --- a/stack.sh +++ b/stack.sh
@@ -44,7 +44,7 @@ apt-get install -y sudo if ! getent passwd | grep -q stack; then echo "Creating a user called stack" - useradd -g sudo -s /bin/bash -m stack + useradd -G sudo -s /bin/bash -m stack fi echo "Making sure stack has passwordless sudo" sed -i "/^%sudo/ { / ALL/ { s/ ALL/ NOPASSWD:ALL/ }}" /etc/sudoers