diff --git a/backend/install b/backend/install index eec8650..7bc4845 100644 --- a/backend/install +++ b/backend/install @@ -69,6 +69,9 @@ npm -g i yarn yarn +chmod 755 $APOLLO_DIR/backend/install +chmod 755 $APOLLO_DIR/backend/update + ### UI ### echo -e "${YELLOW} ---> Installing UI modules${NC}"