mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update verbiage in Linux install script.
This commit is contained in:
parent
28750a9195
commit
eb8aa2040b
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user