mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
👕 Fix shellcheck linter warning
This commit is contained in:
parent
35cad4b5fd
commit
d6cf7bef88
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue