fix(jigasi): make jigasi the owner of the config folder

This commit is contained in:
emrah
2025-09-26 19:56:54 +03:00
committed by Saúl Ibarra Corretgé
parent a9c0a0ce44
commit ca990f6c8d

View File

@@ -103,3 +103,5 @@ fi
if [[ -f /config/custom-logging.properties ]]; then if [[ -f /config/custom-logging.properties ]]; then
cat /config/custom-logging.properties >> /config/logging.properties cat /config/custom-logging.properties >> /config/logging.properties
fi fi
chown jigasi /config -R