Skip to content

Commit

Permalink
Fix permissions for dirs above /rmm/api/tacticalrmm/tacticalrmm.sock
Browse files Browse the repository at this point in the history
  • Loading branch information
egg82 committed Oct 25, 2024
1 parent 1b40277 commit 49779e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,10 @@ echo "window._env_ = {PROD_URL: \"https://${API}\"}" | sudo tee /var/www/rmm/dis
sudo chown $NGINX_USER:$NGINX_GROUP -R /var/www/rmm/dist
rm -f /tmp/${webtar}

sudo chmod 755 /rmm/api/tacticalrmm
sudo chmod 755 /rmm/api
sudo chmod 755 /rmm

for i in nats nats-api rmm daphne celery celerybeat nginx; do
printf >&2 "${GREEN}Starting ${i} service${NC}\n"
sudo systemctl start ${i}
Expand Down

0 comments on commit 49779e0

Please sign in to comment.