From 5964cfdc0dcca8d5645675ca7e474939223109ed Mon Sep 17 00:00:00 2001 From: nathaneltitane Date: Wed, 20 Sep 2023 20:45:43 -0400 Subject: [PATCH] Code & Features Update --- l2cu | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/l2cu b/l2cu index 8922c1a..3020b1b 100755 --- a/l2cu +++ b/l2cu @@ -1225,6 +1225,9 @@ l2cu_prepare # confirmation ///////////////////////////////////////////////////////////////// +frobulator.fwd "Confirming settings..." +echo + if [ "${option}" = "export" ] || \ [ "${option}" = "render" ] || \ [ "${option}" = "instructions" ] || \ @@ -1264,6 +1267,9 @@ then echo fi +frobulator.inf "Option" "[ ${option} ]" +echo + if [ "${overwrite_option}" = "overwrite" ] then frobulator.wrn "WARNING" @@ -1272,12 +1278,9 @@ then frobulator.wrn "Overwrite option selected:" frobulator.nul "Modifications will be written to model file directly!" echo - - sleep 10 fi -frobulator.inf "Option" "[ ${option} ]" -echo +frobulator.timeout frobulator.fwd "Proceeding..." echo