From 273f45aa30df3f4218dc8dd768fbee911bb12b01 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 19 Nov 2013 01:43:20 +0200 Subject: [PATCH] shells do not like empty functions --- lxc-pld.in.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lxc-pld.in.sh b/lxc-pld.in.sh index 30236c1..849af92 100755 --- a/lxc-pld.in.sh +++ b/lxc-pld.in.sh @@ -106,6 +106,9 @@ configure_pld_init() # Setup getty service on the 4 ttys we are going to allow in the # default config. Number should match lxc.tty # sed -i -e 's///' ${rootfs_path}/etc/inittab + + # nothing done here yet + : } configure_pld_systemd() -- 2.43.0