From 6b56900e02cef8bce4d91a89cafee5306d776c19 Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sun, 19 Jan 2020 15:34:00 -0800 Subject: [PATCH] Update Remotely_Server_Install.sh --- Utilities/Remotely_Server_Install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Utilities/Remotely_Server_Install.sh b/Utilities/Remotely_Server_Install.sh index e778e7da..93600bea 100644 --- a/Utilities/Remotely_Server_Install.sh +++ b/Utilities/Remotely_Server_Install.sh @@ -1,10 +1,12 @@ #!/bin/bash echo "Thanks for trying remotely! If you have any questions, feel free to email me at Translucency_Software@outlook.com." echo + read -p "Enter path where the Remotely server files are located (typically /var/www/remotely): " appRoot if [ -z "$appRoot" ]; then appRoot="/var/www/remotely" fi + read -p "Enter server host (e.g. remotely.yourdomainname.com): " serverHost UbuntuVersion=$(lsb_release -r -s)