👕 Fix shellcheck linter warning

This commit is contained in:
Franck Nijhof 2020-09-15 10:22:53 +02:00
parent 35cad4b5fd
commit d6cf7bef88
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -28,5 +28,5 @@ export HASS_SERVER="http://supervisor/core"
export HASS_TOKEN="${SUPERVISOR_TOKEN:-}"
# Run the code server
cd "${config_path}"
cd "${config_path}" || bashio::exit.nok "Could not change working directory"
exec code-server "${options[@]}" "${config_path}"