mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
6d06149581
The `DYNAMIC_FILES` var was quote wrapped, treating all filepaths to create checksums for as a single string that would be ignored instead of processed individually. Removed the quotes, and changed the for loop to an array which accomplishes the same goal. * fix: Prevent unnecessary change detection event `acme.json` change would extract new cert files, which would then be hashed after restarting services and considered a change event, running through the logic again and restarting services once more when that was not required. The checksum entries for those cert files are now replaced with new entries containing updated checksum hashes, after `acme.json` extraction. |
||
---|---|---|
.. | ||
helpers | ||
startup | ||
check-for-changes.sh | ||
fail2ban-wrapper.sh | ||
helper-functions.sh | ||
postfix-wrapper.sh | ||
postsrsd-wrapper.sh | ||
quota-warning.sh | ||
start-mailserver.sh | ||
update-check.sh |