This commit is contained in:
Richard Sperry 2025-04-16 20:12:14 -07:00
parent 0e99d4af51
commit 15396614f8
4 changed files with 4 additions and 5 deletions

View file

@ -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
}

View file

@ -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