mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
ede2b2394a
* get rid of subshell + exec The new way of executing `sha512sum` should work as well as the old way but without the clutter and possible problems the usage of subshells + exec incurs. Moreover, there was a misconception about array expansion. Using `""` around an expanding array (`${ARRAY[@]}`) is quite fine (and actually the preffered way), not because it makes the expansion _one_ string (this would be `${ARRAY[*]}`), but it makes sure when elements are expanded, each element has `""` around them so to speak, i.e. there is no re-splitting of these elements. * removed old concerns in comments * increase test and check for changes sleep duration |
||
---|---|---|
.. | ||
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 |