added svc depends

This commit is contained in:
Richard Sperry 2025-04-15 16:07:21 -07:00
parent e581115002
commit 11fb438e59

View file

@ -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"