From 60ef618b2a19ac14d82ff213d96d335a1d595c51 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 11 May 2021 16:01:43 +0100 Subject: [PATCH] Bash formatting --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index e0b0799..87b88ad 100755 --- a/build.sh +++ b/build.sh @@ -326,8 +326,8 @@ case "$IMAGE_TYPE" in fi # Run simple-cdd - cd simple-cdd debug "Stage 1/2 - Build" + cd simple-cdd/ run_and_log build-simple-cdd \ --verbose \ --debug \ @@ -336,7 +336,7 @@ case "$IMAGE_TYPE" in --dist $CODENAME \ --debian-mirror $kali_mirror res=$? - cd .. + cd ../ if [ $res -ne 0 ] || [ ! -e $IMAGE_NAME ]; then failure fi