mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-04-06 18:40:24 +02:00
fix typo
This commit is contained in:
parent
b722cd6c8f
commit
59cbe64f20
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
mkdir -p /config/{extensions,data,workspace,.ssh}
|
mkdir -p /config/{extensions,data,workspace,.ssh}
|
||||||
|
|
||||||
if [ -n ${SUDO_PASSWORD} ]; then
|
if [ -n "${SUDO_PASSWORD}" ]; then
|
||||||
echo "setting up sudo access"
|
echo "setting up sudo access"
|
||||||
if [ ! $(cat /etc/sudoers | grep abc) ]; then
|
if [ ! $(cat /etc/sudoers | grep abc) ]; then
|
||||||
echo "adding abc to sudoers"
|
echo "adding abc to sudoers"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user