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>2017-11-29 21:25:50 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-29 20:32:12 +0300
commit7726f099c9322844576dfa8795691c66a7e0aa03 (patch)
treed9afc1b93b2ef17027fe1af00dabece81aad7bf9
parent7aaf31c2312a98ae4dae5389d64c260ea21b1738 (diff)
nc-export: silent cdv0.39.3
-rw-r--r--changelog.md6
-rw-r--r--etc/nextcloudpi-config.d/nc-export-ncp.sh2
2 files changed, 6 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 1685b5bf..2570ea76 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
-[v0.39.1](https://github.com/nextcloud/nextcloudpi/commit/0bc9893) (2017-11-28) motd: update logo
+[v0.39.3](https://github.com/nextcloud/nextcloudpi/commit/601f935) (2017-11-29) nc-export: silent cd
+
+[v0.39.2](https://github.com/nextcloud/nextcloudpi/commit/76d45cf) (2017-11-29) nc-import: fix ncp-web appearing to fail when activating options that restart httpd
+
+[v0.39.1 ](https://github.com/nextcloud/nextcloudpi/commit/6af40a9) (2017-11-28) motd: update logo
[v0.39.0](https://github.com/nextcloud/nextcloudpi/commit/a3afa14) (2017-11-27) added nc-export-ncp and nc-import-ncp
diff --git a/etc/nextcloudpi-config.d/nc-export-ncp.sh b/etc/nextcloudpi-config.d/nc-export-ncp.sh
index e0071fa6..d072e736 100644
--- a/etc/nextcloudpi-config.d/nc-export-ncp.sh
+++ b/etc/nextcloudpi-config.d/nc-export-ncp.sh
@@ -32,7 +32,7 @@ configure()
tar -cf "$DESTFILE" *
- cd -
+ cd $OLDPWD
rm -rf /tmp/ncp-export
echo -e "configuration exported to $DESTFILE"
}