Update define.sh

This commit is contained in:
Kroese 2024-05-09 22:54:38 +02:00 committed by GitHub
parent a2320d8649
commit 6c2fedb5d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -984,7 +984,7 @@ migrateFiles() {
[[ "${version,,}" == "win7${PLATFORM,,}" ]] && file="en_windows_7_enterprise_with_sp1_${PLATFORM,,}_dvd_u_677651.iso"
[ ! -f "$STORAGE/$file" ] && return 0
! mv "$STORAGE/$file" "$base" && return 1
! mv -f "$STORAGE/$file" "$base" && return 1
return 0
}