mirror of
https://github.com/dockur/windows.git
synced 2024-11-15 01:34:41 +00:00
fix: Revert PR (#445)
This commit is contained in:
parent
7e6a5d1b1d
commit
63c6fc0808
@ -533,11 +533,7 @@ detectImage() {
|
||||
local dir="$1"
|
||||
|
||||
if [ -n "$CUSTOM" ]; then
|
||||
if [ -f "/run/assets/custom.xml" ]; then
|
||||
DETECTED="custom"
|
||||
else
|
||||
DETECTED=""
|
||||
fi
|
||||
DETECTED=""
|
||||
else
|
||||
if [ -z "$DETECTED" ] && [[ "$EXTERNAL" != [Yy1]* ]]; then
|
||||
DETECTED="$VERSION"
|
||||
|
Loading…
Reference in New Issue
Block a user