From d1813b939a5552b01b5a650a33c3c264d12777c3 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Sun, 20 Nov 2022 14:25:52 +0100 Subject: [PATCH] wait #5532 --- update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update b/update index 8f11e60..c2b29c1 100755 --- a/update +++ b/update @@ -2,6 +2,8 @@ cd /docker/fluidbook-processfarm docker network create fluidbook-processfarm git config --global --add safe.directory /docker/fluidbook-processfarm +git fetch --all +git reset --hard origin/master git stash git pull origin master chmod 755 /docker/fluidbook-processfarm/app/bin/* -- 2.39.5