mirror of https://github.com/ventoy/Ventoy.git
Add escaping for path in VentoyPlugson.sh (#2585)
This commit is contained in:
parent
605da1ba94
commit
d617985093
|
@ -196,7 +196,7 @@ fi
|
||||||
|
|
||||||
#change current directory to Ventoy disk
|
#change current directory to Ventoy disk
|
||||||
cd "$mtpnt"
|
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=$!
|
wID=$!
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue