diff --git a/lug-helper.sh b/lug-helper.sh index 39b88a3..ed78243 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1544,6 +1544,7 @@ runner_manage() { for (( i=1; i<"${#download_dirs[@]}"; i=i+2 )); do if [ ! -d "${download_dirs[i]}" ]; then message warning "The following Lutris directory was not found. Unable to continue.\n\n${download_dirs[i]}" + debug_print continue "The following Lutris directory was not found. Unable to continue.\n\n${download_dirs[i]}" missing_dir="true" fi done @@ -1599,6 +1600,7 @@ dxvk_manage() { for (( i=1; i<"${#download_dirs[@]}"; i=i+2 )); do if [ ! -d "${download_dirs[i]}" ]; then message warning "The following Lutris directory was not found. Unable to continue.\n\n${download_dirs[i]}" + debug_print continue "The following Lutris directory was not found. Unable to continue.\n\n${download_dirs[i]}" missing_dir="true" fi done