mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 22:34:11 +02:00
Modify script to comment out 'set -e'
Commented out the 'set -e' command to prevent script termination on error.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
set -e
|
#set -e
|
||||||
|
|
||||||
bashio::log.info "Configuring NetBird add-on"
|
bashio::log.info "Configuring NetBird add-on"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user