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 5933a3e commit 40a9b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-session
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ container_parse () {
# integer check:
# handle numerical selection

while [[ "${selection}" -lt 1 ]] || \
while [[ "${selection}" -lt 1 ]] || \
[[ "${selection}" -gt "${number}" ]] || \
[[ ! "${selection}" =~ ^[0-9]+$ ]]
do
Expand Down

0 comments on commit 40a9b23

Please sign in to comment.