]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Add escaping for path in VentoyPlugson.sh (#2585)
authorlongpanda <admin@ventoy.net>
Fri, 6 Oct 2023 08:43:26 +0000 (16:43 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 6 Oct 2023 08:43:26 +0000 (16:43 +0800)
INSTALL/VentoyPlugson.sh

index 0f2d0b398386bbb7fe4bf1dcdf200470206be339..255c5f6512c39e1fcbcd59cafe19598d60b3e264 100644 (file)
@@ -196,7 +196,7 @@ fi
 
 #change current directory to Ventoy disk
 cd "$mtpnt"
 
 #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
 
 wID=$!
 sleep 1