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