sentora / sentora-installers

Provides a central place to store, version and distribute the Sentora installer and upgrade scripts from.
GNU General Public License v3.0
153 stars 148 forks source link

Wrong ownership of installed files #110

Closed TGates71 closed 9 months ago

TGates71 commented 7 years ago

With current new installs, for some reason the /etc/sentora/ files and folders are owned by root when they should be owned by apache.

MBlagui commented 7 years ago

@TGates71 OS you used here Ubuntu 14 ? or Centos ?

It should not cause issues here as files are 777 which on the other hand too much.

TGates71 commented 7 years ago

CentOS panel folder is root:root, Ubuntu panel folder is apache:apache. Both hostdata folders are apache:apache. This has been noticed an my own VMs and on community member servers.

MBlagui commented 7 years ago

Yep agree it's root on centos. We need to fix it even it's not having any impact

TGates71 commented 7 years ago

Correct, fixing it will make things 'easier' by being consistent across the various platforms.