We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5be2fe5 + f540e96 commit db2aec4Copy full SHA for db2aec4
1 file changed
controller/build.sh
@@ -21,9 +21,8 @@ apt-get update && \
21
# install pip
22
curl -sSL https://raw.githubusercontent.com/pypa/pip/1.5.6/contrib/get-pip.py | python -
23
24
-# add a deis user that has passwordless sudo (for now)
25
-useradd deis --groups sudo --home-dir /app --shell /bin/bash
26
-sed -i -e 's/%sudo\tALL=(ALL:ALL) ALL/%sudo\tALL=(ALL:ALL) NOPASSWD:ALL/' /etc/sudoers
+# add a deis user
+useradd deis --home-dir /app --shell /bin/bash
27
28
# create a /app directory for storing application data
29
mkdir -p /app && chown -R deis:deis /app
0 commit comments