mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-12-23 05:38:48 -05:00
10 lines
160 B
Plaintext
Executable File
10 lines
160 B
Plaintext
Executable File
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
|
|
|