mailtrain/setup/install-centos7-https.sh
2018-12-25 12:55:31 +01:00

11 lines
No EOL
169 B
Bash

#!/bin/bash
set -e
hostType=centos7
SCRIPT_PATH=$(dirname $(realpath -s $0))
. $SCRIPT_PATH/functions
cd $SCRIPT_PATH/..
performInstallHttps "$#" "$1" "$2" "$3" "$4"