commit | e19f565b32254a5e556f633dac7734fb0d2a8060 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sat Oct 01 13:46:06 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sat Oct 01 13:46:06 2011 -0700 |
tree | 927cdbce825869d6fe82c8178ba60b5b6ba4af7a | |
parent | 022ed04ea010ddf42c83be6f1d595af36a2a7156 [diff] | |
parent | cd1016438107d8d5ca418fbf04073c9f652031d1 [diff] |
merge vish/master
diff --git a/stack.sh b/stack.sh index 4aed775..e99d72c 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 -U -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