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
b8ab38a4a9
commit
0d605f6184
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ run() {
|
|||
|
||||
if [ "$(ls -A "$CUSTOM_BASH_SCRIPTS_PATH")" ]; then
|
||||
for script in "${CUSTOM_BASH_SCRIPTS_PATH}"/*.sh; do
|
||||
echo "Config script: $script"
|
||||
echo "Running custom script: $script"
|
||||
chmod +x "$script"
|
||||
"$script"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue