Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Sep 21, 2023
1 parent 1ffcdfc commit 5964cfd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions l2cu
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,9 @@ l2cu_prepare

# confirmation /////////////////////////////////////////////////////////////////

frobulator.fwd "Confirming settings..."
echo

if [ "${option}" = "export" ] || \
[ "${option}" = "render" ] || \
[ "${option}" = "instructions" ] || \
Expand Down Expand Up @@ -1264,6 +1267,9 @@ then
echo
fi

frobulator.inf "Option" "[ ${option} ]"
echo

if [ "${overwrite_option}" = "overwrite" ]
then
frobulator.wrn "WARNING"
Expand All @@ -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
Expand Down

0 comments on commit 5964cfd

Please sign in to comment.