From 0e5e90214f837b0077ed586036554e484383c096 Mon Sep 17 00:00:00 2001 From: redbeardymcgee Date: Mon, 31 Mar 2025 19:40:50 -0500 Subject: [PATCH] fix(filestash): editor launch command --- quadlets/filestash/filestash-wopi.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quadlets/filestash/filestash-wopi.container b/quadlets/filestash/filestash-wopi.container index 52d5ae3..2e3d630 100644 --- a/quadlets/filestash/filestash-wopi.container +++ b/quadlets/filestash/filestash-wopi.container @@ -19,4 +19,4 @@ PublishPort=9980:9980 Environment=extra_params=--o:ssl.enable=false Environment=aliasgroup1="https://.*:443" -Exec=bash -c 'curl -o /usr/share/coolwsd/browser/dist/branding-desktop.css https://gist.githubusercontent.com/mickael-kerjean/bc1f57cd312cf04731d30185cc4e7ba2/raw/d706dcdf23c21441e5af289d871b33defc2770ea/destop.css; /bin/su -s /bin/bash -c /start-collabora-online.sh cool' +Exec=bash -c '/start-collabora-online.sh cool'