mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-22 20:15:41 +01:00
remove unnecessary cd
This commit is contained in:
parent
a4102b0c8c
commit
6bc2b70d3a
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
cd /opt/code-server || exit
|
||||
|
||||
if [ -n "${PASSWORD}" ]; then
|
||||
PASSARG="-P ${PASSWORD}"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user