mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-25 23:41:45 +01: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
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
#set -e
|
||||
|
||||
bashio::log.info "Configuring NetBird add-on"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user