mailtrain/setup/install-centos7-https.sh

11 lines
169 B
Bash
Raw Permalink 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
performInstallHttps "$#" "$1" "$2" "$3" "$4"