Commit b62c7170 authored by Peter Parente's avatar Peter Parente

Fix some whitespace and quoting

parent e1f54f62
...@@ -110,13 +110,13 @@ else ...@@ -110,13 +110,13 @@ else
echo "jovyan:x:$(id -u):" >> /etc/group echo "jovyan:x:$(id -u):" >> /etc/group
fi fi
else else
echo 'Container must be run with group root to update passwd file' echo 'Container must be run with group "root" to update passwd file'
fi fi
fi fi
# Warn if the user isn't going to be able to write files to $HOME. # Warn if the user isn't going to be able to write files to $HOME.
if [[ ! -w /home/jovyan ]]; then if [[ ! -w /home/jovyan ]]; then
echo 'Container must be run with group users to update files' echo 'Container must be run with group "users" to update files'
fi fi
else else
# Warn if looks like user want to override uid/gid but hasn't # Warn if looks like user want to override uid/gid but hasn't
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment