Skip to content

Commit

Permalink
Better documentation for linux installer [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Jul 29, 2018
1 parent 790ceef commit 6c71cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/linux/startup_script.run
Original file line number Diff line number Diff line change
Expand Up @@ -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/..
Expand Down

0 comments on commit 6c71cbd

Please sign in to comment.