From 6716e1b213d8108dac86d688f17016faa7f03c1a Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 14 Nov 2019 19:36:03 +0100 Subject: Improved code readability and avoided output redirect to /dev/null. --- bin/second_stage.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'bin/second_stage.sh') diff --git a/bin/second_stage.sh b/bin/second_stage.sh index f3353d3..f2fe43a 100644 --- a/bin/second_stage.sh +++ b/bin/second_stage.sh @@ -28,8 +28,6 @@ hostname=$1 boot_partition_path=$2 REPOSITORY_PATH=$3 -echo "hostname: $hostname" -echo "boot_partition_path: $boot_partition_path" # Localization @@ -58,3 +56,10 @@ sleep 1 # Bootloader Installation bash $REPOSITORY_PATH/bin/install_bootloader.sh $boot_partition_path + + +# Good bye chroot + +echo "Leaving chroot environment - OK" +echo "" +sleep 1 -- cgit v1.2.3-70-g09d2