diff --git a/install.sh b/install.sh index 29854c0dd..8eb6824ab 100755 --- a/install.sh +++ b/install.sh @@ -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" }