openssh: Clean up post-install file

This commit is contained in:
Dylan Araps 2020-05-03 23:17:06 +03:00
parent a44c20d42b
commit 7be43ebb96
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/sh
# Generate host keys if they don't already exist.
ssh-keygen -A >/dev/null 2>&1
ssh-keygen -A >/dev/null 2>&1