fix 'Can't call method "setup" on an undefined value' error when using into rates...
[freeside.git] / FS / bin / freeside-adduser
index a315f10..5304813 100644 (file)
@@ -5,7 +5,7 @@ use vars qw($opt_s $opt_g $opt_n);
 use Fcntl qw(:flock);
 use Getopt::Std;
 
-my $FREESIDE_CONF = "/usr/local/etc/freeside";
+my $FREESIDE_CONF = "%%%FREESIDE_CONF%%%";
 
 getopts("s:g:n");
 my $user = shift or die &usage;
@@ -108,7 +108,7 @@ B<Configuration | Employees | View/Edit employees>.
 
 =head1 NOTE
 
-No explicit htpasswd options are available in 1.7 - passwordsa are now
+No explicit htpasswd options are available in 1.7 - passwords are now
 maintained automatically.
 
 =head1 SEE ALSO