12 lines
322 B
Plaintext
Executable File
12 lines
322 B
Plaintext
Executable File
#!/usr/bin/env bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Pi-hole
|
|
# Restarts the add-on
|
|
# ==============================================================================
|
|
|
|
echo "Restarting add-on in 15 seconds"
|
|
|
|
sleep 15
|
|
|
|
bashio::addon.restart
|