1.0.24 release

This commit is contained in:
longpanda
2020-10-17 15:56:54 +08:00
parent c0d478c2dd
commit 6630ab3585
6 changed files with 21 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
#! /bin/sh
if [ "$1" = "usb-partition" -a -z "$2" ]; then
if [ -f /ventoy/list-devices-usb-part ]; then
cat /ventoy/list-devices-usb-part
fi
fi
/bin/list-devices-bk $*