From 3269d047f08546c2a44cbabb3c4c27211804bdf5 Mon Sep 17 00:00:00 2001 From: matstocks Date: Wed, 12 Aug 2020 11:52:42 +0100 Subject: [PATCH] Change the front end example from app to rmm The readme instructions state that you should create rmm.example.com as an A record, but the installer uses app.example.com as an example, which is just a bit confusing during the install process. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 56f46552..71726a9e 100755 --- a/install.sh +++ b/install.sh @@ -44,7 +44,7 @@ done while [[ $frontenddomain != *[.]*[.]* ]] do -echo -ne "${YELLOW}Enter the subdomain for the frontend (e.g. app.example.com)${NC}: " +echo -ne "${YELLOW}Enter the subdomain for the frontend (e.g. rmm.example.com)${NC}: " read frontenddomain done