⬆️ 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:
Franck Nijhof 2022-07-20 10:24:43 +02:00 committed by GitHub
parent cd286cf474
commit ff3af32124
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

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