remove unnecessary cd

This commit is contained in:
aptalca
2019-06-25 20:25:43 -04:00
committed by GitHub
parent a4102b0c8c
commit 6bc2b70d3a

View File

@@ -1,7 +1,5 @@
#!/usr/bin/with-contenv bash
cd /opt/code-server || exit
if [ -n "${PASSWORD}" ]; then
PASSARG="-P ${PASSWORD}"
else