mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-12-23 04:54:41 +00:00
Compare commits
1 Commits
v0.4.3-alp
...
v0.4.3-alp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c7c8dc1ec |
1
main.go
1
main.go
@@ -84,7 +84,6 @@ func init() {
|
||||
///
|
||||
// service.MountLists = make(map[string]*mountlib.MountPoint)
|
||||
// configfile.Install()
|
||||
service.MyService.Storage().CheckAndMountAll()
|
||||
}
|
||||
|
||||
// @title casaOS API
|
||||
|
||||
@@ -92,5 +92,6 @@ func InitNetworkMount() {
|
||||
}
|
||||
connection.Directories = strings.Join(directories, ",")
|
||||
service.MyService.Connections().UpdateConnection(&connection)
|
||||
service.MyService.Storage().CheckAndMountAll()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user