Modify script to comment out 'set -e'

Commented out the 'set -e' command to prevent script termination on error.
This commit is contained in:
Alexandre
2026-02-06 15:25:35 +01:00
committed by GitHub
parent 78176852bf
commit d1ddd9ecd1

View File

@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
#set -e
bashio::log.info "Configuring NetBird add-on"