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
1a54b2667b
commit
bd9913b82b
1 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,10 @@ run() {
|
|||
fi
|
||||
|
||||
if [ "$(ls -A "$CUSTOM_BASH_SCRIPTS_PATH")" ]; then
|
||||
for script in "${CUSTOM_BASH_SCRIPTS_PATH}"/*.sh/!"$pathsfile"; do
|
||||
for script in "${CUSTOM_BASH_SCRIPTS_PATH}"/*.sh; do
|
||||
if [ "$script" = "$pathsfile" ]; then
|
||||
continue
|
||||
fi
|
||||
echo "Running custom script: $script"
|
||||
chmod +x "$script"
|
||||
"$script"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue