Skip to content

Commit

Permalink
Add escaping for path in VentoyPlugson.sh (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Oct 6, 2023
1 parent 605da1b commit d617985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL/VentoyPlugson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d617985

Please sign in to comment.