mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
fix: Remove space
This commit is contained in:
parent
28793c9087
commit
c702b52d70
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ extractImage() {
|
|||
|
||||
if [[ "${iso,,}" == *".esd" ]]; then
|
||||
extractESD "$iso" "$dir" && return 0
|
||||
return 1
|
||||
return 1
|
||||
fi
|
||||
|
||||
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue