1
0
mirror of https://github.com/ventoy/Ventoy.git synced 2025-03-18 17:58:32 -04:00
2022-05-31 16:42:41 +08:00

5 lines
104 B
Bash

for i in 1 2; do
if [ $i -eq 2 ]; then
/ventoy/busybox/sh /ventoy/hook/alpine/udev_disk_hook.sh
fi