From d61798509356f4d5efc952b83a9b460a7b193108 Mon Sep 17 00:00:00 2001 From: longpanda Date: Fri, 6 Oct 2023 16:43:26 +0800 Subject: [PATCH] Add escaping for path in VentoyPlugson.sh (#2585) --- INSTALL/VentoyPlugson.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL/VentoyPlugson.sh b/INSTALL/VentoyPlugson.sh index 0f2d0b39..255c5f65 100644 --- a/INSTALL/VentoyPlugson.sh +++ b/INSTALL/VentoyPlugson.sh @@ -196,7 +196,7 @@ fi #change current directory to Ventoy disk cd "$mtpnt" -$OLDDIR/tool/$TOOLDIR/Plugson "$HOST" "$PORT" "$OLDDIR" "$DISK" $version "$fstype" $partstyle $secureboot & +"$OLDDIR/tool/$TOOLDIR/Plugson" "$HOST" "$PORT" "$OLDDIR" "$DISK" $version "$fstype" $partstyle $secureboot & wID=$! sleep 1