diff options
-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 33dc8ff..576fc44 100755 --- a/debian/echolot.config +++ b/debian/echolot.config @@ -74,7 +74,7 @@ while (1) { } elsif ($state == 2) { Debconf::Client::ConfModule::input('high', 'echolot/operator'); Debconf::Client::ConfModule::input('high', 'echolot/sitename'); - Debconf::Client::ConfModule::input('high', 'echolot/echolot/userdefinedmailbox'); + Debconf::Client::ConfModule::input('high', 'echolot/userdefinedmailbox'); Debconf::Client::ConfModule::input('medium', 'echolot/addnow'); } elsif ($state == 3) { last; |