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