mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-30 06:40:10 +02:00
housekeeping
This commit is contained in:
parent
2f840d7da5
commit
ed7106b04d
20 changed files with 184 additions and 181 deletions
|
@ -1,7 +1,5 @@
|
|||
#! /bin/bash
|
||||
|
||||
# version 0.1.0
|
||||
|
||||
function _generate_secret { ( umask 0077 ; dd if=/dev/urandom bs=24 count=1 2>/dev/null | base64 -w0 > "${1}" ) }
|
||||
|
||||
if [[ -n ${SRS_DOMAINNAME} ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue