Update verbiage in Linux install script.

This commit is contained in:
Jared Goodwin 2020-03-10 17:21:32 -07:00
parent 28750a9195
commit eb8aa2040b
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#!/bin/bash
echo "Thanks for trying remotely! If you have any questions, feel free to email me at Translucency_Software@outlook.com."
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
read -p "Enter path where the Remotely server files should be installed (typically /var/www/remotely): " appRoot
if [ -z "$appRoot" ]; then
appRoot="/var/www/remotely"
fi

View File

@ -1,8 +1,8 @@
#!/bin/bash
echo "Thanks for trying remotely! If you have any questions, feel free to email me at Translucency_Software@outlook.com."
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
read -p "Enter path where the Remotely server files should be installed (typically /var/www/remotely): " appRoot
if [ -z "$appRoot" ]; then
appRoot="/var/www/remotely"
fi