diff options
Diffstat (limited to 'debian/echolot.config')
-rwxr-xr-x | debian/echolot.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/echolot.config b/debian/echolot.config index e2d8938..bae4931 100755 --- a/debian/echolot.config +++ b/debian/echolot.config @@ -23,7 +23,7 @@ if ( -e '/etc/echolot/pingd.conf' ) { die("Evaling config code from /etc/echolot/pingd.conf returned error: $EVAL_ERROR"); } - $sitename = $CONFIG->{'my_localpart'}.'@'.$CONFIG->{'my_domain'} if (defined $CONFIG->{'my_localpart'} && defined $CONFIG->{'my_domain'}); + $address = $CONFIG->{'my_localpart'}.'@'.$CONFIG->{'my_domain'} if (defined $CONFIG->{'my_localpart'} && defined $CONFIG->{'my_domain'}); $operator = $CONFIG->{'operator_address'} if (defined $CONFIG->{'operator_address'}); $sitename = $CONFIG->{'sitename'} if (defined $CONFIG->{'sitename'}); }; |