diff --git a/src/reset.sh b/src/reset.sh index 36688c60..40569687 100644 --- a/src/reset.sh +++ b/src/reset.sh @@ -108,8 +108,8 @@ if [[ "${FS,,}" == "ecryptfs" ]] || [[ "${FS,,}" == "tmpfs" ]]; then fi if [[ "${BOOT_MODE:-}" == "windows"* ]]; then - if [[ "${FS,,}" == "btrfs" ]] && [[ "${SYS,,}" == *"-unraid"* ]]; then - warn "you are using BTRFS on Unraid, this might introduce issues!" + if [[ "${FS,,}" == "btrfs" ]]; then + warn "you are using the BTRFS filesystem for /storage, this might introduce issues with Windows Setup!" fi fi