mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
the file doesnt have 99 lines.... ffs
This commit is contained in:
parent
9235d7dc13
commit
a0795cd244
2 changed files with 2 additions and 1 deletions
|
@ -66,6 +66,7 @@ COPY rootfs /
|
|||
RUN chown -R root:root /root
|
||||
RUN chown -R root:root /etc/s6-overlay/s6-rc.d/
|
||||
RUN chmod 755 -R /etc/s6-overlay/s6-rc.d/
|
||||
|
||||
# Install Oh My ZSH
|
||||
# hadolint ignore=SC2086
|
||||
RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" \
|
||||
|
|
|
@ -28,7 +28,7 @@ readonly DEFAULT_CONFIG_PATH="/config/addons_config/"
|
|||
readonly CODE_SERVER_CONFIG="/root/.config/code-server/config.yaml"
|
||||
|
||||
# Ensure config path exists
|
||||
if bashio::config.has_value "config_path" ; then
|
||||
if bashio::config.has_value "config_path"; then
|
||||
config_path=$(bashio::config 'config_path')
|
||||
if ! bashio::fs.directory_exists "${config_path}"; then
|
||||
bashio::exit.nok "Configured config path does not exists"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue