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

11 lines
No EOL
149 B
Bash

#!/bin/bash
set -e
hostType=centos7
SCRIPT_PATH=$(dirname $(realpath -s $0))
. $SCRIPT_PATH/functions
cd $SCRIPT_PATH/..
performInstallLocal "$#"