mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
⬆️ Upgrades add-on base image to 6.1.0 (#477)
* ⬆️ Upgrades add-on base image to 6.1.0
* Fix halt in finish script
This commit is contained in:
parent
cd286cf474
commit
ff3af32124
3 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
# ==============================================================================
|
||||
if [[ "${1}" -ne 0 ]] && [[ "${1}" -ne 256 ]]; then
|
||||
bashio::log.warning "code-server crashed, halting add-on"
|
||||
/run/s6/basedir/bin/halt
|
||||
exec /run/s6/basedir/bin/halt
|
||||
fi
|
||||
|
||||
bashio::log.info "code-server stopped, restarting..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue