Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 23, 2024
1 parent 01c92bd commit 3953d2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions provision/zonemta.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh

. mail-toaster.sh || exit
set -e

. mail-toaster.sh

export JAIL_START_EXTRA=""
export JAIL_CONF_EXTRA=""
Expand All @@ -22,7 +24,7 @@ install_zonemta_webadmin()
install_zonemta()
{
tell_status "installing node.js"
stage_pkg_install npm-node20 git-tiny || exit
stage_pkg_install npm-node20 git-tiny

tell_status "installing ZoneMTA"
stage_exec bash -c "cd /data && git clone https://github.com/zone-eu/zone-mta-template.git zone-mta"
Expand Down

0 comments on commit 3953d2c

Please sign in to comment.