From 503c89f08c49f2fecd9314f855d974e09479e6d7 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 16 Nov 2023 21:57:43 +0100 Subject: [PATCH] style: Tabs --- src/entry.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/entry.sh b/src/entry.sh index 9039da0..a76d72b 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -6,14 +6,14 @@ echo "❯ For support visit https://github.com/vdsm/virtual-dsm/" cd /run -. reset.sh # Initialize system -. install.sh # Run installation -. disk.sh # Initialize disks -. network.sh # Initialize network -. gpu.sh # Initialize graphics -. serial.sh # Initialize serialport -. power.sh # Configure shutdown -. config.sh # Configure arguments +. reset.sh # Initialize system +. install.sh # Run installation +. disk.sh # Initialize disks +. network.sh # Initialize network +. gpu.sh # Initialize graphics +. serial.sh # Initialize serialport +. power.sh # Configure shutdown +. config.sh # Configure arguments trap - ERR