Update 99-run.sh

This commit is contained in:
Alexandre
2025-08-09 06:50:56 +02:00
committed by GitHub
parent be007dc497
commit dabe6d390c

View File

@@ -69,7 +69,7 @@ NOAUTH=""
# Prevent conflicts
for folders in /etc/services.d /etc/s6-overlay; do
[[ -d "$folders" ]] && rm -r "$folders"
fi
done
# Disable authentification
if bashio::config.true 'NoAuth'; then