From f08bdc84ddc95cc6df2d0893e9ffd10c6f5daebb Mon Sep 17 00:00:00 2001 From: Michele Marcucci Date: Thu, 21 Jul 2022 08:01:45 +0200 Subject: [PATCH] Added chown after update pulls --- backend/update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/update b/backend/update index 359a83b..2e5d3a4 100755 --- a/backend/update +++ b/backend/update @@ -62,6 +62,8 @@ yarn build echo "80" > $TMPFILE +chown -R futurebit $APOLLO_DIR + echo -e "${YELLOW} ---> Running update_system script${NC}" bash $APOLLO_DIR/backend/update_system