2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-23 04:02:05 +00:00
2013-01-07 19:53:48 +00:00

5 lines
59 B
Plaintext
Executable File

if [ "${1%?}" = "usb" ]; then
/sbin/setupimmnic
fi
exit 0