Skip to content

Commit 6bc2b70

Browse files
authored
remove unnecessary cd
1 parent a4102b0 commit 6bc2b70

File tree

1 file changed

+0
-2
lines changed
  • root/etc/services.d/code-server

1 file changed

+0
-2
lines changed

root/etc/services.d/code-server/run

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/with-contenv bash
22

3-
cd /opt/code-server || exit
4-
53
if [ -n "${PASSWORD}" ]; then
64
PASSARG="-P ${PASSWORD}"
75
else

0 commit comments

Comments
 (0)