From 361f17a021ab5a793ccaf337baf3342fec53ab7b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 25 Nov 2024 18:57:52 +0100 Subject: [PATCH] wip #7210 --- update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update b/update index 9e611b3..322fed0 100755 --- a/update +++ b/update @@ -16,4 +16,5 @@ docker compose up -d #docker exec fluidbook-processfarm apt upgrade -y docker exec fluidbook-processfarm composer update chmod 755 ./app/vendor/cubist/pdf/resources/tools/fwstk.sh -chmod 755 ./app/vendor/fluidbook/tools/resources/tools/svgcleaner/svgcleaner \ No newline at end of file +chmod 755 ./app/vendor/fluidbook/tools/resources/tools/svgcleaner/svgcleaner +if command -v ufw-docker &> /dev/null; then ufw-docker allow fluidbook-processfarm; fi \ No newline at end of file -- 2.39.5