I've an SSH Agent that check if a mount point exist,
it return the mount type (string "nfs").
I've tried to create a trigger that check if T = N (N = "nfs")
which failed.
Seems that triggers can't accept strings for comparisons ?
(I've overcome it with length trigger T < N)
it return the mount type (string "nfs").
I've tried to create a trigger that check if T = N (N = "nfs")
which failed.
Seems that triggers can't accept strings for comparisons ?
(I've overcome it with length trigger T < N)