1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Clarify the path given to Config isnt actually the bin path, but the path Anope is installed to

This commit is contained in:
Adam
2012-10-31 23:10:36 -04:00
parent 22e55165c9
commit b2b4f21e39
+1 -1
View File
@@ -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