WISE-Developers / WISE_Application

WISE_Application formerly known as WISE
GNU Affero General Public License v3.0
7 stars 2 forks source link

Incorrect permissions on installed Linux files #14

Closed tredpath closed 1 year ago

tredpath commented 1 year ago

The run script for the Linux install didn't have execute permissions. The files were all installed as the user account in the GitHub action instead of as root. Set the script permission and add a flag to the deb packager to force installed files to be owned by root.