From 16cf8b79cd03b132971cb71d3a76ddc6cc6e666e Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 12 Jul 2018 09:30:03 -0500 Subject: [PATCH] add system name option --- oamapps/postConfigure/quick_installer_amazon.sh | 1 + oamapps/postConfigure/quick_installer_multi_server.sh | 1 + oamapps/postConfigure/quick_installer_single_server.sh | 1 + 3 files changed, 3 insertions(+) mode change 100644 => 100755 oamapps/postConfigure/quick_installer_amazon.sh mode change 100644 => 100755 oamapps/postConfigure/quick_installer_multi_server.sh mode change 100644 => 100755 oamapps/postConfigure/quick_installer_single_server.sh diff --git a/oamapps/postConfigure/quick_installer_amazon.sh b/oamapps/postConfigure/quick_installer_amazon.sh old mode 100644 new mode 100755 index f867aa5a9..c71dc8920 --- a/oamapps/postConfigure/quick_installer_amazon.sh +++ b/oamapps/postConfigure/quick_installer_amazon.sh @@ -33,6 +33,7 @@ for arg in "$@"; do echo "--um-count=x Number of um instances to create, optional" echo "--system-name=nnnn System Name, optional" echo "" + exit 1 else echo "./quick_installer_amazon.sh: unknown argument: $arg, enter --help for help" 1>&2 exit 1 diff --git a/oamapps/postConfigure/quick_installer_multi_server.sh b/oamapps/postConfigure/quick_installer_multi_server.sh old mode 100644 new mode 100755 index 239fca1e9..25d615d7e --- a/oamapps/postConfigure/quick_installer_multi_server.sh +++ b/oamapps/postConfigure/quick_installer_multi_server.sh @@ -37,6 +37,7 @@ for arg in "$@"; do echo "--dist-install Use Distributed Install, optional" echo "--system-name=nnnn System Name, optional" echo "" + exit 1 else echo "quick_installer_multi_server.sh: unknown argument: $arg, enter --help for help" 1>&2 exit 1 diff --git a/oamapps/postConfigure/quick_installer_single_server.sh b/oamapps/postConfigure/quick_installer_single_server.sh old mode 100644 new mode 100755 index bfd9b81c4..2603bcec8 --- a/oamapps/postConfigure/quick_installer_single_server.sh +++ b/oamapps/postConfigure/quick_installer_single_server.sh @@ -10,6 +10,7 @@ for arg in "$@"; do echo "" echo "Quick Installer for a Single Server MariaDB ColumnStore Install" echo "" + exit 1 else echo "quick_installer_multi_server.sh: ignoring unknown argument: $arg" 1>&2 fi