mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-06 08:02:27 +08:00
updated install script
This commit is contained in:
parent
86bad47bfe
commit
f78e3efa8d
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ fi
|
|||
|
||||
HOSTNAME="$1"
|
||||
|
||||
WILDDUCK_COMMIT="e6e4e162f6591499db268dd99fedc693dd562659"
|
||||
ZONEMTA_COMMIT="88f73b6f6fa4c1135af611d1bb79213ed5ee3869"
|
||||
WEBMAIL_COMMIT="e2453fa150b28a72ccec613a04dfecca1b4e74a1"
|
||||
WILDDUCK_COMMIT="86bad47bfe014eda0d0ff266c5feb3fe773e3e6e"
|
||||
ZONEMTA_COMMIT="560094b82300e3aa550a0029e9b41ce61ea66367"
|
||||
WEBMAIL_COMMIT="af3c7230dd786f95263681b9293f55f9a90f964f"
|
||||
|
||||
if [[ $EUID -ne 0 ]]; then
|
||||
echo "This script must be run as root" 1>&2
|
||||
|
|
Loading…
Reference in a new issue