Skip to content

Commit 59cbe64

Browse files
committed
fix typo
1 parent b722cd6 commit 59cbe64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/cont-init.d/30-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
mkdir -p /config/{extensions,data,workspace,.ssh}
44

5-
if [ -n ${SUDO_PASSWORD} ]; then
5+
if [ -n "${SUDO_PASSWORD}" ]; then
66
echo "setting up sudo access"
77
if [ ! $(cat /etc/sudoers | grep abc) ]; then
88
echo "adding abc to sudoers"

0 commit comments

Comments
 (0)