diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-06-04 10:48:58 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-06-04 10:48:58 +0000 |
commit | 843f9f38a8e2a567432223bc173710e52d7431c1 (patch) | |
tree | a7802d9aa752b1f870b36e6a5348308a507969a4 /src | |
parent | d5e3e6c9210299937c6485d55ca8f0d323cb3c8c (diff) |
BUILD : 1.7.10 (827) BUGS : 394 NOTES : Fixed /src/bin/register
git-svn-id: svn://svn.anope.org/anope/trunk@827 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@580 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rwxr-xr-x | src/bin/register | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bin/register b/src/bin/register index 5162e44e4..437463e9c 100755 --- a/src/bin/register +++ b/src/bin/register @@ -5,7 +5,7 @@ ############################################### # CONFIGURATION CACHE (e.g. ../config.cache) -CACHEFILE="../config.cache" +CACHEFILE="../../config.cache" # REGISTRATION INFORMATION CACHE FILE (no need to alter this) REGCACHE="register.cache" @@ -25,7 +25,7 @@ REGISTRYADDRESS="register@anope.org" ################################################ if [ $0 != "./register" ] ; then - echo "Warning: Run this file while in the /bin/ directory (e.g. ./register)" + echo "Warning: Run this file while in the /src/bin/ directory (e.g. ./register)" exit 1 fi @@ -93,7 +93,7 @@ if [ $answer = "YES" ] ; then echo "Cleaning up..." rm $REGCACHE fi - echo "Registration Competed. Thank you for registering Anope." + echo "Registration Completed. Thank you for registering Anope." exit 0; fi |