diff options
Diffstat (limited to 'sshd_wizard')
-rwxr-xr-x | sshd_wizard/Sshd.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sshd_wizard/Sshd.pm b/sshd_wizard/Sshd.pm index 50acbe56..3c865522 100755 --- a/sshd_wizard/Sshd.pm +++ b/sshd_wizard/Sshd.pm @@ -192,14 +192,12 @@ $o->{pages} = { name => N('Congratulations') . "\n\n" . N('The wizard successfully configured your SSH server.'), no_back => 1, end => 1, - next => 0 }, error_end => { name => N("Failed"), data => [ { label => N("Please relaunch drakwizard, and try to change some parameters.") } ], no_back => 1, end => 1, - next => 0, }, }; |