mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-29 00:23:24 -05:00
5 lines
104 B
Bash
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
|