Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Dec 6, 2024
1 parent 0066547 commit 5933a3e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions container-session
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ container_parse () {

if [[ ${#CONTAINER_ROOT[@]} -ge 2 ]]
then
frobulator.ipt "Select one of the following containers:"
echo

# set padding for uniform output

pad_length=10
Expand Down Expand Up @@ -331,9 +334,6 @@ container_input () {
frobulator.wrn "Container directory not specified."
echo

frobulator.ipt "Select one of the following containers:"
echo

container_parse
fi

Expand All @@ -347,9 +347,6 @@ container_input () {
frobulator.err "Container directory not found."
echo

frobulator.ipt "Select one of the following containers:"
echo

container_parse
fi

Expand Down

0 comments on commit 5933a3e

Please sign in to comment.