mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
changed init-cp run
This commit is contained in:
parent
fa12aa66aa
commit
4e1eec6254
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ bashio::log.info "using code-server config path: $config_path"
|
|||
if ! bashio::fs.file_exists "$CODE_SERVER_CONFIG"; then
|
||||
# TODO check for correct perms
|
||||
bashio::log.error "CODE_SERVER_CONFIG does not exist.."
|
||||
mkdir -p "/root/.config/code-server"
|
||||
cp "$DEFAULT_FILES_PATH/config.yaml" "$CODE_SERVER_CONFIG"
|
||||
else
|
||||
bashio::log.info "CODE_SERVER_CONFIG does exist"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue