sdn-sense / siterm

Apache License 2.0
3 stars 5 forks source link

Docker restart does not chown /opt/siterm/config/<SITENAME> #476

Closed juztas closed 4 months ago

juztas commented 5 months ago

Need to do manually:

chown apache:apache -R /opt/siterm/config/T2_US_UMD/

Need to update dir creation and make sure it is owned by apache:apache

juztas commented 4 months ago

Solved here: https://github.com/sdn-sense/siterm-startup/blob/main/fe/container-build-files/build_files/dircreate.py Was using wrong file to load GitConfig class