mirror of
https://github.com/restic/restic.git
synced 2025-12-04 01:11:56 +00:00
Remove broken --allow-root from restic mount
This commit is contained in:
@@ -1026,8 +1026,6 @@ _restic_mount()
|
||||
|
||||
flags+=("--allow-other")
|
||||
local_nonpersistent_flags+=("--allow-other")
|
||||
flags+=("--allow-root")
|
||||
local_nonpersistent_flags+=("--allow-root")
|
||||
flags+=("--help")
|
||||
flags+=("-h")
|
||||
local_nonpersistent_flags+=("--help")
|
||||
|
||||
Reference in New Issue
Block a user