blob: 7c86c9454a17f10a21cfb6747db25d61a80105fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Hello,
by looking at the code, there is an onChange:
mounted fs src mnt opts = tightenTargets $
listed fs src mnt opts
`onChange` mountnow
This means that if for any reason the FS is not mounted it will never be
mounted again. Is it a bug or a feature?
Thanks,
Nicolas.
|