From 7be43ebb963a0a53e27f67a733d7f3341c29dc0b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 3 May 2020 23:17:06 +0300 Subject: [PATCH] openssh: Clean up post-install file --- extra/openssh/post-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/openssh/post-install b/extra/openssh/post-install index 2a9af2fd..00aabb86 100755 --- a/extra/openssh/post-install +++ b/extra/openssh/post-install @@ -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