From 015c89abfe3613a978ba770873ff9492e85f7d93 Mon Sep 17 00:00:00 2001 From: Yajbir Singh Date: Fri, 5 Dec 2025 22:06:15 +0530 Subject: [PATCH] fixed bug --- run-document-server.sh | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/run-document-server.sh b/run-document-server.sh index 4c653cd1e..17665def3 100644 --- a/run-document-server.sh +++ b/run-document-server.sh @@ -323,6 +323,32 @@ if [ "${PLUGINS_ENABLED}" = "true" ]; then echo "Plugins installed." fi +# Configure ds-example if enabled +if [ "${DS_EXAMPLE}" = "true" ]; then + echo "Enabling test example service..." + cat > /etc/supervisor/conf.d/ds-example.conf <