diff options
Diffstat (limited to 'debian/config')
-rw-r--r-- | debian/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/config b/debian/config index 7b4f85b43..c27b69590 100644 --- a/debian/config +++ b/debian/config | |||
@@ -39,6 +39,7 @@ if [ -e /etc/ssh/sshd_config ] | |||
39 | then | 39 | then |
40 | if dpkg --compare-versions "$version" lt-nl 1:1.3 ; | 40 | if dpkg --compare-versions "$version" lt-nl 1:1.3 ; |
41 | then db_input medium ssh/new_config || true | 41 | then db_input medium ssh/new_config || true |
42 | db_go | ||
42 | db_get ssh/new_config | 43 | db_get ssh/new_config |
43 | if [ "$RET" = "true" ]; | 44 | if [ "$RET" = "true" ]; |
44 | then db_input medium ssh/protocol2_only ||true | 45 | then db_input medium ssh/protocol2_only ||true |