Packages/istoreos-files/files/etc/hotplug.d/block/09-blockmount
2025-02-16 22:20:56 +08:00

3 lines
120 B
Plaintext

if [ "$ACTION" = "add" ]; then
[ "`uci -q get fstab.@global[0].port_mount`" = "1" ] && /usr/libexec/blockmount.sh
fi