We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a141f commit 8c7c8dcCopy full SHA for 8c7c8dc
main.go
@@ -84,7 +84,6 @@ func init() {
84
///
85
// service.MountLists = make(map[string]*mountlib.MountPoint)
86
// configfile.Install()
87
- service.MyService.Storage().CheckAndMountAll()
88
}
89
90
// @title casaOS API
route/init.go
@@ -92,5 +92,6 @@ func InitNetworkMount() {
92
93
connection.Directories = strings.Join(directories, ",")
94
service.MyService.Connections().UpdateConnection(&connection)
95
+ service.MyService.Storage().CheckAndMountAll()
96
97
0 commit comments