Ad Widget

Collapse

SSH Agent return string

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • geostant
    Member
    • Feb 2015
    • 32

    #1

    SSH Agent return string

    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)
Working...