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>2018-03-03 11:58:03 +0300
committernachoparker <nacho@ownyourbits.com>2018-03-03 12:07:45 +0300
commit45a8800cd8a49bd2960f96f0d64557cbf0c6cf30 (patch)
tree4b625a5aaa2b1b509f2c971a5f4078f2f20d1a9e
parent1a7c8b9b5e4b0cbda0e6c605ccab4d195c593a33 (diff)
build: fix systemd dir not existingv0.46.36
-rw-r--r--changelog.md4
-rw-r--r--etc/nextcloudpi-config.d/nc-nextcloud.sh1
-rwxr-xr-xupdate.sh1
3 files changed, 5 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 4e65e132..d06f0afc 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,7 @@
-[v0.46.35](https://github.com/nextcloud/nextcloudpi/commit/e417926) (2018-02-26) ncp-web: add localization (#372)
+[v0.46.36](https://github.com/nextcloud/nextcloudpi/commit/b071266) (2018-03-03) build: fix systemd dir not existing
+
+[v0.46.35](https://github.com/nextcloud/nextcloudpi/commit/6aa39ed) (2018-02-26) ncp-web: add localization (#372)
[v0.46.34](https://github.com/nextcloud/nextcloudpi/commit/3fc902b) (2018-02-26) ncp-web: fix responsive in iPad
diff --git a/etc/nextcloudpi-config.d/nc-nextcloud.sh b/etc/nextcloudpi-config.d/nc-nextcloud.sh
index 38c5b5f1..e6d129f0 100644
--- a/etc/nextcloudpi-config.d/nc-nextcloud.sh
+++ b/etc/nextcloudpi-config.d/nc-nextcloud.sh
@@ -86,6 +86,7 @@ install()
}
# service to randomize passwords on first boot
+ mkdir -p /usr/lib/systemd/system
cat > /usr/lib/systemd/system/nc-provisioning.service <<'EOF'
[Unit]
Description=Randomize passwords on first boot
diff --git a/update.sh b/update.sh
index a5b9785d..34125d56 100755
--- a/update.sh
+++ b/update.sh
@@ -99,6 +99,7 @@ for file in etc/nextcloudpi-config.d/*; do
cp "$file" /usr/local/"$file"
done
+# install localization files
cp -rT etc/nextcloudpi-config.d/l10n /usr/local/etc/nextcloudpi-config.d/l10n
# these files can contain sensitive information, such as passwords