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
ff9a3c5960
commit
d6e97516d2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ show_vars() {
|
||||||
bashio::log.info "BASH VARS:"
|
bashio::log.info "BASH VARS:"
|
||||||
set -o posix ; set | while IFS='' read -r line
|
set -o posix ; set | while IFS='' read -r line
|
||||||
do
|
do
|
||||||
bashio::log.info "$line"
|
echo "$line"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue