mailtrain/setup/install-centos7-local.sh

11 lines
149 B
Bash
Raw Normal View History

2018-12-24 15:41:10 +00:00
#!/bin/bash
set -e
2018-12-25 11:55:31 +00:00
hostType=centos7
2018-12-24 15:41:10 +00:00
SCRIPT_PATH=$(dirname $(realpath -s $0))
2018-12-25 11:55:31 +00:00
. $SCRIPT_PATH/functions
2018-12-24 15:41:10 +00:00
cd $SCRIPT_PATH/..
2018-12-25 11:29:26 +00:00
performInstallLocal "$#"