From 6c71cbd6cd6c60295307195341ad9d4c616d840c Mon Sep 17 00:00:00 2001 From: markummitchell Date: Sun, 29 Jul 2018 09:06:53 -0700 Subject: [PATCH] Better documentation for linux installer [ci skip] --- dev/linux/startup_script.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/linux/startup_script.run b/dev/linux/startup_script.run index 81e5f641..bcd9b09c 100755 --- a/dev/linux/startup_script.run +++ b/dev/linux/startup_script.run @@ -3,7 +3,7 @@ read -e -p "Installation directory [/usr/local/engauge]: " -i "/usr/local/engauge" INSTALLDIR if [ -d "$INSTALLDIR" ]; then - echo "Warning: installation directory already exists. This installer will only install into an empty directory. If reinstalling then remove the old installation directory, otherwise append \"/engauge\" or similar to the installation directory" + echo "Warning: installation directory already exists. This installer will only install into a new directory. If reinstalling then remove the old installation directory, otherwise append \"/engauge\" or similar to the installation directory" else PARENTDIR=$INSTALLDIR/..