diff options
author | Adam <Adam@anope.org> | 2012-10-31 23:10:36 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-31 23:11:06 -0400 |
commit | b2b4f21e39041f33a5ee44632ab0dedfd039febf (patch) | |
tree | d722bc95120f26d803843e57faa6764363b32c35 /Config | |
parent | 22e55165c91f5d00fcd70ee410fe5c79b5c239d4 (diff) |
Clarify the path given to Config isnt actually the bin path, but the path Anope is installed to
Diffstat (limited to 'Config')
-rwxr-xr-x | Config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,7 +240,7 @@ export ok INPUT #### ok=0 -echo "In what directory do you want the binaries to be installed?" +echo "In what directory should Anope be installed?" while [ $ok -eq 0 ] ; do echo2 "[$INSTDIR] " if read INPUT ; then : ; else echo "" ; exit 1 ; fi |