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
fe434ce406
commit
b68a8d6216
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ run() {
|
|||
fi
|
||||
|
||||
for script in "$CUSTOM_BASH_SCRIPTS_PATH"/*.sh; do
|
||||
chmod +x "$CUSTOM_BASH_SCRIPTS_PATH"/"$script"
|
||||
bashio::log.info "Config script: $script"
|
||||
chmod +x "$script"
|
||||
"$CUSTOM_BASH_SCRIPTS_PATH"/"$script"
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue