Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
siyia2 authored Oct 29, 2023
1 parent 5a6c525 commit 7ff3957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mounter_elite
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ read -r -e -p "${YELLOW}${BOLD}Enter the number of your choice:${RESET} " choice
invalid_paths_str=""

while true; do
read -r -e -p "${YELLOW}${BOLD}Enter path(s) of ISO files (separate by spaces), or '}' to return:${RESET} " iso_paths
read -r -e -p "${YELLOW}${BOLD}Enter path(s) of ISO files (separate by space), or '}' to return:${RESET} " iso_paths
iso_paths="${iso_paths%\"}"
iso_paths="${iso_paths#\"}"

Expand Down

0 comments on commit 7ff3957

Please sign in to comment.