mailtrain/setup/install-ubuntu1804-https.sh
2018-12-25 14:48:05 +01:00

11 lines
No EOL
172 B
Bash

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