From 5ad3e6b9121fecd6634c08aedc2114bbc91bd5f0 Mon Sep 17 00:00:00 2001 From: Simon Couball Date: Wed, 21 Oct 2020 21:25:58 +0200 Subject: [PATCH] unset for var extension added without the php extensions interfere --- rootfs/usr/local/bin/startup | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/usr/local/bin/startup b/rootfs/usr/local/bin/startup index 81af2db..4e1f81f 100644 --- a/rootfs/usr/local/bin/startup +++ b/rootfs/usr/local/bin/startup @@ -87,6 +87,7 @@ if [ -e '/flarum/app/public/assets/rev-manifest.json' ]; then LIST_FILE=/flarum/app/extensions/list # Download extra extensions installed with composer wrapup script + unset extension if [ -s "${LIST_FILE}" ]; then echo "[INFO] Install extra bundled extensions" while read line; do