mirror of
https://github.com/moparisthebest/mailiverse
synced 2025-01-11 05:28:23 -05:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
|
set -x
|
||
|
source ../host.config
|
||
|
|
||
|
./create-server-accounts $M_HOST_PROD
|
||
|
./create-server-accounts $M_HOST_DEV
|
||
|
|
||
|
./setup-james $M_HOST_PROD
|
||
|
./setup-james $M_HOST_DEV
|
||
|
|