Skip to content

Commit

Permalink
#4104 Fix permissions change code
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-developer committed Dec 29, 2024
1 parent 5af4e32 commit 3c83e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,8 @@ set_permissions()
fi

# Ensure the support folder has the correct owner and group
sudo chown "${ALLSKY_OWNER}":"${WEBSERVER_GROUP}" "${ALLSKY_WEBUI}/support"
sudo chown "${ALLSKY_OWNER}":"${WEBSERVER_GROUP}" "${ALLSKY_WEBUI}/support"
sudo chmod 774 "${ALLSKY_WEBUI}/support"
}


Expand Down

0 comments on commit 3c83e99

Please sign in to comment.