From 03b9a9e7117d93969b84e910453ec35e983446f0 Mon Sep 17 00:00:00 2001 From: Maxim Stewart Date: Sat, 2 May 2020 02:34:43 -0500 Subject: [PATCH] Fixing step_3 --- step_3_create_CD.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/step_3_create_CD.sh b/step_3_create_CD.sh index 0c0f8d4..f4a541c 100755 --- a/step_3_create_CD.sh +++ b/step_3_create_CD.sh @@ -21,7 +21,7 @@ function main() { echo "Creating MD5 data..." md5_cal; echo "Creating the ISO file..." - create_iso; + createIso; } function move_iso_linux_parts() { @@ -93,7 +93,7 @@ function md5_cal() { exit } -function create_iso() { +function createIso() { cd image/ sudo mkisofs -r -V "${OS_NAME}" -cache-inodes -J -l \ -b isolinux/isolinux.bin \