From a7650a2c93926f3399f26f219cbd41c85fe44ed2 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:30:05 -0400 Subject: [PATCH] Remove unnecessary empty dir check --- lug-helper.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index e471140..276797f 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -2304,12 +2304,6 @@ install_game_wine() { continue fi - # Make sure the directory is empty - if [ "$(ls -A "$install_dir" 2>/dev/null)" ]; then - message warning "The chosen directory is not empty!\nPlease choose a different install location.\n\n$install_dir" - continue - fi - # Add the wine prefix subdirectory to the install path install_dir="$install_dir/star-citizen"