Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* initial completion of the sharing function

* Adjusting multi-partition disk mounts

* Add file sharing function

* update usb auto mount shell

* update samba config

* add umount disk function

* update change log

* update usb auto mount \

* update usb auto mount

* Update periodical.go

* Update periodical.go
  • Loading branch information
LinkLeong authored Aug 15, 2022
1 parent cee34ec commit 079e431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions route/periodical.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @Author: LinkLeong [email protected]
* @Date: 2022-07-01 15:11:36
* @LastEditors: LinkLeong
* @LastEditTime: 2022-08-12 18:58:00
* @LastEditTime: 2022-08-15 11:50:04
* @FilePath: /CasaOS/route/periodical.go
* @Description:
* @Website: https://www.casaos.io
Expand Down Expand Up @@ -251,7 +251,7 @@ func SendAllHardwareStatusBySocket() {
usb := []model.DriveUSB{}
for _, v := range usbList {
if v.Tran == "usb" {
isMount = false
isMount := false
temp := model.DriveUSB{}
temp.Model = v.Model
temp.Name = v.Name
Expand Down

0 comments on commit 079e431

Please sign in to comment.