Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-01-15 04:34:05 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-15 04:34:08 +0300
commit9b1ecbb8d605ddded41ed011653b213d4b9b03da (patch)
tree75c16e56090ff0c6088f4e3f7ef4fbce99af2969
parent389ed0cfe68234c0fa3c8ca4bd802274c9766973 (diff)
nc-info: fix automount reportingv1.3.4
-rw-r--r--bin/ncp-diag2
-rw-r--r--changelog.md6
2 files changed, 5 insertions, 3 deletions
diff --git a/bin/ncp-diag b/bin/ncp-diag
index 7e9e2a63..fd94f702 100644
--- a/bin/ncp-diag
+++ b/bin/ncp-diag
@@ -23,7 +23,7 @@ test -d "$DATADIR" || DIRINFO=" (doesn't exist)"
USBDEVS="$( lsblk -S -o NAME,TRAN | awk '{ if ( $2 == "usb" ) print $1; }' | tr '\n' ' ' )"
[[ "$USBDEVS" == "" ]] && USBDEVS="none"
-am_cfg="/usr/local/etc/nc-automount.cfg"
+am_cfg="/usr/local/etc/ncp-config.d/nc-automount.cfg"
[[ -f "$am_cfg" ]] && [[ "$(jq -r ".params[0].value" "$am_cfg")" == "yes" ]] && echo "automount|yes" || echo "automount|no"
echo "USB devices|$USBDEVS"
echo "datadir|$DATADIR$DIRINFO"
diff --git a/changelog.md b/changelog.md
index 509c1771..af5fa352 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,9 @@
-[v1.3.3](https://github.com/nextcloud/nextcloudpi/commit/f53bfd2) (2019-01-14) nc-ramlog: adapt to armbian
+[v1.3.4](https://github.com/nextcloud/nextcloudpi/commit/63e0561) (2019-01-14) nc-info: fix automount reporting
-[v1.3.2](https://github.com/nextcloud/nextcloudpi/commit/be9a546) (2019-01-14) nc-automount: fix description
+[v1.3.3](https://github.com/nextcloud/nextcloudpi/commit/389ed0c) (2019-01-14) nc-ramlog: adapt to armbian
+
+[v1.3.2 ](https://github.com/nextcloud/nextcloudpi/commit/be9a546) (2019-01-14) nc-automount: fix description
[v1.3.1 ](https://github.com/nextcloud/nextcloudpi/commit/61e3ff3) (2019-01-13) ncp-update: fail if version cant be parsed