remove unnecessary cd

This commit is contained in:
aptalca 2019-06-25 20:25:43 -04:00 committed by GitHub
parent a4102b0c8c
commit 6bc2b70d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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