Files
small-package/quickstart/files/quickstart.hotplug
2022-09-06 20:23:01 +08:00

4 lines
196 B
Plaintext

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