Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Omont committed Oct 21, 2016
1 parent 9012629 commit 3aa3a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ if [ -d $installDir ] &&
[ $overwriteInstallation != true ]
then
echo ""
echo "ERROR: installation cannot continue: the target directory '"$installDir"' already exists (to allow overwrite it, set the --overtriteInstallation parameter)."
echo "ERROR: installation cannot continue: the target directory '"$installDir"' already exists (to allow overwrite it, set the --overwriteInstallation parameter)."
echo ""
usage;
fi
Expand Down Expand Up @@ -264,4 +264,4 @@ echo "*** Configuration file " $installDir/etc/itesla.conf " already exists: it
fi
echo ""

exit 0
exit 0

0 comments on commit 3aa3a5a

Please sign in to comment.