Skip to content

Commit

Permalink
[release] v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
azukaar committed Dec 17, 2024
1 parent 73c7cfc commit 8a659c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Version 0.17.2
- Fix RClone false error

## Version 0.17.1
- Increase user limit to 19
- Add missing translations
Expand Down
4 changes: 4 additions & 0 deletions src/storage/rclone.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ func unmountAll() error {


func Restart() {
if !utils.FBL.LValid {
return
}

StopAllRCloneProcess(false)

// wait for rclone to start
Expand Down

0 comments on commit 8a659c1

Please sign in to comment.