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