Update Remotely_Server_Install.sh

This commit is contained in:
Jared Goodwin 2020-01-19 15:34:00 -08:00
parent 89d0995d5e
commit 6b56900e02

View File

@ -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)