mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
added svc depends
This commit is contained in:
parent
e581115002
commit
11fb438e59
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ fi
|
|||
bashio::log.info "using code-server config path: $config_path"
|
||||
|
||||
# Ensure code-server config
|
||||
if ! bashio::fs.file_exists "$CODE_SERVER_CONFIG"; then
|
||||
if [ ! -e "$CODE_SERVER_CONFIG" ]; then
|
||||
# TODO check for correct perms
|
||||
bashio::log.error "CODE_SERVER_CONFIG does not exist.."
|
||||
mkdir -p "$CODE_SERVER_CONFIG_DIR"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue