Skip to content

Commit

Permalink
nc-datadir: include dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
silas229 authored and nachoparker committed Mar 2, 2022
1 parent 878f08f commit f8af35b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/ncp/CONFIG/nc-datadir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install()
configure()
{
set -eu -o pipefail
shopt -s dotglob # includes dot files

## CHECKS
local SRCDIR BASEDIR ENCDIR
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

[v1.46.0](https://github.com/nextcloud/nextcloudpi/commit/cbf26e4) (2022-03-01) upgrade to NC23.0.2
[v1.46.1](https://github.com/nextcloud/nextcloudpi/commit/6f3bfb1) (2022-03-02) nc-datadir: include dotfiles

[v1.46.0 ](https://github.com/nextcloud/nextcloudpi/commit/2b59e26) (2022-03-01) upgrade to NC23.0.2

[v1.45.0 ](https://github.com/nextcloud/nextcloudpi/commit/5c8e5ea) (2021-11-09) update to Debian 11 Bullseye

Expand Down

0 comments on commit f8af35b

Please sign in to comment.