mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-04 11:11:28 +00:00
8 lines
No EOL
385 B
Bash
8 lines
No EOL
385 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: Phlex
|
|
# This files check if all user configuration requirements are met
|
|
# ==============================================================================
|
|
|
|
# Check SSL requirements, if enabled
|
|
bashio::config.require.ssl 'ssl' 'certfile' 'keyfile' |