mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
b7e32390af
commit
c9d377307c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ run() {
|
|||
cp "$DEFAULT_FILES_PATH"/custom-template.sh "$CUSTOM_BASH_SCRIPTS_PATH"/custom-template.sh
|
||||
fi
|
||||
|
||||
for script in "$CUSTOM_BASH_SCRIPTS_PATH"/*.sh; do
|
||||
for script in "${CUSTOM_BASH_SCRIPTS_PATH}"/*.sh; do
|
||||
bashio::log.info "Config script: $script"
|
||||
chmod +x "$script"
|
||||
"$CUSTOM_BASH_SCRIPTS_PATH"/"$script"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue