From 52a3053ccaf63513cc659ba52710ae8aa0e4f782 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 20:02:39 +0200 Subject: [PATCH] wip #5220 --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index 626005d..6879fbe 100755 --- a/bin/update +++ b/bin/update @@ -5,4 +5,4 @@ git pull origin master chmod 755 /usr/local/fluidbook_processfarm/bin/* /usr/local/fluidbook_processfarm/bin/installpackages /usr/local/fluidbook_processfarm/bin/fixrights -composer update \ No newline at end of file +export COMPOSER_ALLOW_SUPERUSER=1;composer update \ No newline at end of file -- 2.39.5