mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +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
|
if [[ "${iso,,}" == *".esd" ]]; then
|
||||||
extractESD "$iso" "$dir" && return 0
|
extractESD "$iso" "$dir" && return 0
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then
|
if [[ "$EXTERNAL" != [Yy1]* ]] && [ -z "$CUSTOM" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue