mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-14 13:15:03 -05:00
11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
|
if [ -z "$1" ]; then echo "Must supply name"; exit 0; fi
|
||
|
|
||
|
set -x
|
||
|
|
||
|
M_HOST=$1
|
||
|
|
||
|
./create-server-accounts $M_HOST
|
||
|
./setup-james $M_HOST
|
||
|
./setup-java $M_HOST
|
||
|
|