Commit d6179850 authored by longpanda's avatar longpanda
Browse files

Add escaping for path in VentoyPlugson.sh (#2585)

parent 605da1ba
...@@ -196,7 +196,7 @@ fi ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment