From a80724e50bfbdeace602b0d3ee32bee82563fe9c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:57:42 +0100 Subject: [PATCH] Update 20-configuration.sh --- plex_meta_manager/rootfs/etc/cont-init.d/20-configuration.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/plex_meta_manager/rootfs/etc/cont-init.d/20-configuration.sh b/plex_meta_manager/rootfs/etc/cont-init.d/20-configuration.sh index 69fd86a97..6e08b288a 100644 --- a/plex_meta_manager/rootfs/etc/cont-init.d/20-configuration.sh +++ b/plex_meta_manager/rootfs/etc/cont-init.d/20-configuration.sh @@ -27,6 +27,4 @@ if [ -f "$CONFIGSOURCE" ]; then else cp /templates/config.yml "$(dirname "${CONFIGSOURCE}")" bashio::log.warning "No config file, creating one from template. Please correct the config.yml file before restarting the addon !" - sleep 10 - bashio::addon.stop fi