diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-11-19 23:28:37 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-11-19 23:28:37 +0200 |
commit | cb9ced756fb9fd0f731fe194d732f21bcb156578 (patch) | |
tree | ae4c606b8a21f1a3b535f3cfcb0f11bcfcba86db /snapcraft.yaml | |
parent | dbf3a48b5ff25c22030adbffd736075778f60c8c (diff) | |
download | wekan-cb9ced756fb9fd0f731fe194d732f21bcb156578.tar.gz wekan-cb9ced756fb9fd0f731fe194d732f21bcb156578.tar.bz2 wekan-cb9ced756fb9fd0f731fe194d732f21bcb156578.zip |
- [Fix Snap database-list-backups command](https://github.com/wekan/wekan-snap/issues/26). Thanks to WaryWolf.
Closes wekan/wekan-snap#26
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 8ab977c5..bb1f337f 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -57,7 +57,7 @@ apps: plugs: [network, network-bind] database-list-backups: - command: ls -ald $SNAP_COMMON/db-backups/* + command: ls -al $SNAP_COMMON/db-backups/ database-restore: command: mongodb-restore |