mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-09-03 19:09:30 +00:00
0.3.5 (#452)
* 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
This commit is contained in:
parent
cee34ec1c2
commit
079e431d33
@ -5,7 +5,7 @@
|
|||||||
* @Author: LinkLeong link@icewhale.com
|
* @Author: LinkLeong link@icewhale.com
|
||||||
* @Date: 2022-07-01 15:11:36
|
* @Date: 2022-07-01 15:11:36
|
||||||
* @LastEditors: LinkLeong
|
* @LastEditors: LinkLeong
|
||||||
* @LastEditTime: 2022-08-12 18:58:00
|
* @LastEditTime: 2022-08-15 11:50:04
|
||||||
* @FilePath: /CasaOS/route/periodical.go
|
* @FilePath: /CasaOS/route/periodical.go
|
||||||
* @Description:
|
* @Description:
|
||||||
* @Website: https://www.casaos.io
|
* @Website: https://www.casaos.io
|
||||||
@ -251,7 +251,7 @@ func SendAllHardwareStatusBySocket() {
|
|||||||
usb := []model.DriveUSB{}
|
usb := []model.DriveUSB{}
|
||||||
for _, v := range usbList {
|
for _, v := range usbList {
|
||||||
if v.Tran == "usb" {
|
if v.Tran == "usb" {
|
||||||
isMount = false
|
isMount := false
|
||||||
temp := model.DriveUSB{}
|
temp := model.DriveUSB{}
|
||||||
temp.Model = v.Model
|
temp.Model = v.Model
|
||||||
temp.Name = v.Name
|
temp.Name = v.Name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user