From f0aa7d6fb8f024212a670f32280cdf5d42ac5b5d Mon Sep 17 00:00:00 2001 From: Rohan Barar <57999059+KernelGhost@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:10:02 +1000 Subject: [PATCH] docs: clarify removable media comment --- bin/winapps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/winapps b/bin/winapps index 1f73b5d..8781d3b 100755 --- a/bin/winapps +++ b/bin/winapps @@ -158,7 +158,7 @@ function dprint() { [ "$DEBUG" = "true" ] && echo "[$(date)-$RUNID] $1" >>"$LOG_PATH" } # Name: 'waFixRemovableMedia' -# Role: If user left REMOVABLE_MEDIA config null,fallback to /run/media for udisks defaults ,warning. +# Role: If REMOVABLE_MEDIA is empty, default to /run/media (udisks default) and show a warning. function waFixRemovableMedia() { if [ -z "$REMOVABLE_MEDIA" ]; then REMOVABLE_MEDIA="/run/media" # Default for udisks