diff --git a/home-panel/rootfs/etc/cont-init.d/10-requirements.sh b/home-panel/rootfs/etc/cont-init.d/10-requirements.sh index a9442a4..f5f9c3a 100644 --- a/home-panel/rootfs/etc/cont-init.d/10-requirements.sh +++ b/home-panel/rootfs/etc/cont-init.d/10-requirements.sh @@ -28,7 +28,3 @@ fi if ! hass.config.has_value 'config_file'; then hass.die 'No config file was specified' fi - -if ! hass.file_exists "/config/$(hass.config.get 'config_file')"; then - hass.die 'No config file was specified' -fi