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 0f891f9 commit 5af4e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ set_permissions()
fi

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


Expand Down

0 comments on commit 5af4e32

Please sign in to comment.