mirror of
https://github.com/rclone/rclone.git
synced 2025-08-19 01:46:31 +02:00
cmd: rclone selfupdate (#5080)
Implements self-update command Fixes #548 Fixes #5076
This commit is contained in:
7
cmd/selfupdate/writable_unsupported.go
Normal file
7
cmd/selfupdate/writable_unsupported.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build plan9 js
|
||||
|
||||
package selfupdate
|
||||
|
||||
func writable(path string) bool {
|
||||
return true
|
||||
}
|
Reference in New Issue
Block a user