home: hub: mkinitfs

Download patch

ref: 9623bc1df5c1e3b861c50d67a4c837b76a20ab85
parent: efcac7328eab8706652ea9390fce3cfefa98635d
author: Natanael Copa <ncopa@alpinelinux.org>
date: Thu Nov 18 06:47:36 CST 2021

fix shell syntax error

fixes commit 6a15ae8dec7b (init: only install sshd if there are no apkovl)

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -663,8 +663,6 @@
 		pkgs="$pkgs openssh"
 		rc_add sshd default
 	fi
-fi
-
 
 	rm -f "$sysroot/etc/.default_boot_services"
 fi