diff --git a/CHANGELOG.md b/CHANGELOG.md index 739b19e35..97531d759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +- [Fix Snap database-list-backups command](https://github.com/wekan/wekan-snap/issues/26). Thanks to WaryWolf. + +Thanks to above GitHub users for their contributions. + # v1.74.1 2018-11-18 Wekan Edge release This release adds the following new features: diff --git a/snapcraft.yaml b/snapcraft.yaml index 8ab977c51..bb1f337f6 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