mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-01 13:13:53 +08:00
88ee4c9ede
Fixed two issues: 82: need to install npm globally to get around permission problems 83: need to start nginx service before restarting it Better executable requirements (lsof, ps). It may be not installed on minimal systems. Better service detection on given port. It is especially useful, if the installation.sh got interrupted for some reason, and already installed some services. Minor doc update, so a single line is required to paste in terminal. curl vs. wget -> stayed with wget, it is installed by default on ubuntu Colors: added color support for the terminal output:)
12 lines
437 B
Bash
12 lines
437 B
Bash
#! /bin/bash
|
|
|
|
OURNAME=01_install_commit_variables.sh
|
|
|
|
WILDDUCK_COMMIT="ac053d164bd8e10938d0da813c8295fb0c094437"
|
|
ZONEMTA_COMMIT="b9915924a8a4488837e5cb1636901631860da1d3" # zone-mta-template
|
|
WEBMAIL_COMMIT="221783539bd4382917d750989bb2ab425804f80a"
|
|
WILDDUCK_ZONEMTA_COMMIT="v1.11.2"
|
|
WILDDUCK_HARAKA_COMMIT="92eba398676dd2418a0830256aa554efd09fb546"
|
|
HARAKA_VERSION="2.8.17"
|
|
|
|
echo -e "\n-- Executing ${ORANGE}${OURNAME}${NC} subscript --"
|