We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b722cd6 commit 59cbe64Copy full SHA for 59cbe64
1 file changed
root/etc/cont-init.d/30-config
@@ -2,7 +2,7 @@
2
3
mkdir -p /config/{extensions,data,workspace,.ssh}
4
5
-if [ -n ${SUDO_PASSWORD} ]; then
+if [ -n "${SUDO_PASSWORD}" ]; then
6
echo "setting up sudo access"
7
if [ ! $(cat /etc/sudoers | grep abc) ]; then
8
echo "adding abc to sudoers"
0 commit comments