We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878f08f commit f8af35bCopy full SHA for f8af35b
bin/ncp/CONFIG/nc-datadir.sh
@@ -23,6 +23,7 @@ install()
23
configure()
24
{
25
set -eu -o pipefail
26
+ shopt -s dotglob # includes dot files
27
28
## CHECKS
29
local SRCDIR BASEDIR ENCDIR
changelog.md
@@ -1,5 +1,7 @@
1
2
-[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
3
+
4
+[v1.46.0 ](https://github.com/nextcloud/nextcloudpi/commit/2b59e26) (2022-03-01) upgrade to NC23.0.2
5
6
[v1.45.0 ](https://github.com/nextcloud/nextcloudpi/commit/5c8e5ea) (2021-11-09) update to Debian 11 Bullseye
7
0 commit comments