mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-18 05:19:11 +02:00
Update 99-run.sh
This commit is contained in:
@@ -69,7 +69,7 @@ NOAUTH=""
|
|||||||
# Prevent conflicts
|
# Prevent conflicts
|
||||||
for folders in /etc/services.d /etc/s6-overlay; do
|
for folders in /etc/services.d /etc/s6-overlay; do
|
||||||
[[ -d "$folders" ]] && rm -r "$folders"
|
[[ -d "$folders" ]] && rm -r "$folders"
|
||||||
fi
|
done
|
||||||
|
|
||||||
# Disable authentification
|
# Disable authentification
|
||||||
if bashio::config.true 'NoAuth'; then
|
if bashio::config.true 'NoAuth'; then
|
||||||
|
|||||||
Reference in New Issue
Block a user