Skip to content

Commit

Permalink
undo changes to kdb-global-umount test
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Oct 2, 2020
1 parent 8390278 commit 350ad25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/help/kdb-global-umount.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Unmount a global plugin from the key database.
## EXAMPLES

```sh
if [ -f "$(kdb file system:/elektra/globalplugins)" ]; then mv "$(kdb file system:/elektra/globalplugins)" "globalplugins.bak"; else touch "globalplugins.rm"; fi
# Backup-and-Restore: system:/elektra/globalplugins

sudo kdb global-mount tracer

Expand All @@ -39,8 +39,6 @@ sudo kdb global-umount spec

sudo kdb global-mount
#>

if [ -f "globalplugins.rm" ]; then rm "$(kdb file system:/elektra/globalplugins)" "globalplugins.rm"; else mv "globalplugins.bak" "$(kdb file system:/elektra/globalplugins)"; fi
```

## SEE ALSO
Expand Down

0 comments on commit 350ad25

Please sign in to comment.