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
0e99d4af51
commit
15396614f8
4 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
bashio::log.info "Initalizing code-server configs"
|
||||
|
||||
# List of previous config hashes, to allow upgrade "default" configs.
|
||||
readonly CUSTOM_BASH_SCRIPTS_PATH="/data/vscode/custom"
|
||||
readonly CUSTOM_BASH_SCRIPTS_PATH="/data/custom"
|
||||
readonly DEFAULT_FILES_PATH="/var/lib/code-server/defaults"
|
||||
|
||||
run() {
|
||||
|
@ -28,7 +28,6 @@ run() {
|
|||
chmod +x "$script"
|
||||
"$script"
|
||||
done
|
||||
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ if bashio::services.available "mqtt"; then
|
|||
echo "--pw ${password}"
|
||||
echo "--port ${port}"
|
||||
echo "--username ${username}"
|
||||
} > /root/.config/mosquitto_sub
|
||||
} >/root/.config/mosquitto_sub
|
||||
|
||||
ln -s /root/.config/mosquitto_sub /root/.config/mosquitto_pub
|
||||
ln -s /root/.config/mosquitto_sub /root/.config/mosquitto_rr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue