Skip to content
Snippets Groups Projects
Commit 59cbe64f authored by aptalca's avatar aptalca
Browse files

fix typo

parent b722cd6c
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
mkdir -p /config/{extensions,data,workspace,.ssh}
if [ -n ${SUDO_PASSWORD} ]; then
if [ -n "${SUDO_PASSWORD}" ]; then
echo "setting up sudo access"
if [ ! $(cat /etc/sudoers | grep abc) ]; then
echo "adding abc to sudoers"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment