From 86906862421580b0edd8ed61dc6e64c8d47d7e60 Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Tue, 12 Aug 2025 17:44:14 -0700 Subject: [PATCH] allow empty directory stuff --- mantis-entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mantis-entrypoint b/mantis-entrypoint index be0e525..e318fa1 100755 --- a/mantis-entrypoint +++ b/mantis-entrypoint @@ -9,6 +9,6 @@ if [ ! -z "$MANTIS_ENABLE_ADMIN" ] && [ "$MANTIS_ENABLE_ADMIN" -ne "0" ]; then test -d .admin && mv .admin admin && chmod +rx admin fi -cp -rv extra_plugins/* plugins +cp -rv extra_plugins/* plugins || true # its fine if the directory is empty apache2-foreground