diff options
Diffstat (limited to '')
-rwxr-xr-x | debian/progress-linux.postrm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/progress-linux.postrm b/debian/progress-linux.postrm index c5a43d7..086b5ff 100755 --- a/debian/progress-linux.postrm +++ b/debian/progress-linux.postrm @@ -33,7 +33,7 @@ Remove_ssh_known_hosts () rm -f /etc/ssh/ssh_known_hosts.tmp rm -f /etc/ssh/ssh_known_hosts - rmdir /etc/ssh 2>&1 || true + rmdir /etc/ssh > /dev/null 2>&1 || true else mv -f /etc/ssh/ssh_known_hosts.tmp /etc/ssh/ssh_known_hosts fi |