From: longpanda Date: Fri, 6 Oct 2023 08:43:26 +0000 (+0800) Subject: Add escaping for path in VentoyPlugson.sh (#2585) X-Git-Tag: v1.0.96~4 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/commitdiff_plain/d61798509356f4d5efc952b83a9b460a7b193108?ds=inline Add escaping for path in VentoyPlugson.sh (#2585) --- diff --git a/INSTALL/VentoyPlugson.sh b/INSTALL/VentoyPlugson.sh index 0f2d0b3..255c5f6 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