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-07 03:22:08 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-07 11:24:25 +0300
commit30b0b6df98c3040811eba4a7aa3dcadc560f4152 (patch)
treeeaafb2e4f828da515c60ad96407ef9b5ee89c74f /install.sh
parentc8f49b77aa1bd2d636edec1f6d25a79194b3fa6e (diff)
lamp: fix mysql utf8 collation
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index f63fef5f..c8c0771d 100644
--- a/install.sh
+++ b/install.sh
@@ -52,6 +52,7 @@ cp etc/ncp-config.d/nc-nextcloud.cfg /usr/local/etc/ncp-config.d/
install_app lamp.sh
install_app bin/ncp/CONFIG/nc-nextcloud.sh
run_app_unsafe bin/ncp/CONFIG/nc-nextcloud.sh
+systemctl restart mysqld # TODO this shouldn't be necessary, but somehow it's needed in Debian 9.6. Fixme
install_app ncp.sh
run_app_unsafe bin/ncp/CONFIG/nc-init.sh
bash /usr/local/bin/ncp-provisioning.sh