From ae96dba2aa6679fcccfc8a032158d0ea038f5423 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Thu, 13 Aug 2020 02:35:14 +0000 Subject: [PATCH] fixes wh1te909/tacticalrmm#40 --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 71726a9e..eb440d41 100755 --- a/install.sh +++ b/install.sh @@ -54,6 +54,9 @@ echo -ne "${YELLOW}Enter the subdomain for meshcentral (e.g. mesh.example.com)${ read meshdomain done +echo -ne "${YELLOW}Enter the root domain for LetsEncrypt (e.g. example.com or example.co.uk)${NC}: " +read rootdomain + echo -ne "${YELLOW}Create a username for meshcentral${NC}: " read meshusername @@ -63,8 +66,6 @@ echo -ne "${YELLOW}Enter a valid email address for let's encrypt renewal notific read letsemail done -rootdomain=$(expr match "$rmmdomain" '.*\.\(.*\..*\)') - print_green 'Getting wildcard cert' sudo apt install -y software-properties-common