From 8bedd9128b57527bdbcbb15400cbbf6feada2878 Mon Sep 17 00:00:00 2001 From: Timmo <28114703+timmo001@users.noreply.github.com> Date: Sun, 19 Aug 2018 14:56:27 +0100 Subject: [PATCH] :hammer: remove config file check --- home-panel/rootfs/etc/cont-init.d/10-requirements.sh | 4 ---- 1 file changed, 4 deletions(-) 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