Skip to content
  • Vincent Petry's avatar
    Make sure mountOptions keep their data type · 58b4c2c0
    Vincent Petry authored
    str_replace for $user substitution was converting the data type of
    mountOptions to string. This fix prevents this to happen by making sure
    only strings are processed by substitution.
    
    Also added a int conversion when reading the watcher policy
    58b4c2c0