Remove broken --allow-root from restic mount

This commit is contained in:
greatroar
2020-03-17 23:32:09 +01:00
parent c542a509f0
commit 18fee4806f
3 changed files with 0 additions and 12 deletions

View File

@@ -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")