From b46b1d4308eb445dd0fd0162eb19169b9ca4af88 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 4 May 2021 14:29:22 +0000 Subject: Remove -e and fix some indentions. --- insidechroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'insidechroot.sh') diff --git a/insidechroot.sh b/insidechroot.sh index b508ec1..ee57877 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +#set -e CHAPTER="$1" @@ -61,7 +61,7 @@ elif [[ "${CHAPTER}" -eq 10 ]]; then printf "%b" "${GRN}Creating fstab configuration${RST}\n" source chapter10/fstab.sh - source packageinstall.sh 10 linux + #source packageinstall.sh 10 linux retval=$? if [[ "${retval}" -ne 0 ]]; then exit 1 -- cgit v1.2.3-54-g00ecf