From 50da696b5ad6be6a4ff98b961efbc37621aaa209 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Sat, 28 May 2016 23:36:56 +0200 Subject: fix indention and add EditorConfig configuration Signed-off-by: Christian Hesse --- archiso/initcpio/hooks/archiso_pxe_nbd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archiso/initcpio') diff --git a/archiso/initcpio/hooks/archiso_pxe_nbd b/archiso/initcpio/hooks/archiso_pxe_nbd index 532a7e1..4fb7fa5 100644 --- a/archiso/initcpio/hooks/archiso_pxe_nbd +++ b/archiso/initcpio/hooks/archiso_pxe_nbd @@ -3,7 +3,7 @@ run_earlyhook() { if [[ -n "${ip}" && -n "${archiso_nbd_srv}" ]]; then # Module autoloading like with loop devices does not work, doing manually... - modprobe nbd 2> /dev/null + modprobe nbd 2> /dev/null fi } -- cgit v1.2.3-54-g00ecf