mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-20 02:20:31 +01:00
8 lines
205 B
Bash
Executable File
8 lines
205 B
Bash
Executable File
#!/command/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
set -e
|
|
|
|
# Remove not working elements
|
|
#sed -i "1a exit 0" /etc/cont-init.d/33-mqtt.sh
|
|
#sed -i "1a sleep infinity" /custom-services.d/30-monitoring.sh
|