diff --git a/changelog.md b/changelog.md index 4e65e132b..d06f0afcc 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 38c5b5f11..e6d129f06 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 a5b9785dd..34125d56d 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