From 6e6a0b1299ec3134b26f8b9c46e0f1a7df4c1be0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Jul 2022 17:14:38 +0200 Subject: [PATCH] Update 99-run.sh --- epicgamesfree/rootfs/etc/cont-init.d/99-run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh index 2721b2e6b..d0a3a46b0 100644 --- a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh +++ b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh @@ -30,10 +30,6 @@ chmod -R 777 "$HOME" # Launch App # ############## -# Update npm -echo "Updating software" -npm update --no-save - echo " " bashio::log.info "Starting the app" echo " "