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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-07-20 09:05:31 +0300
committerGitHub <noreply@github.com>2020-07-20 09:05:31 +0300
commit19486feab1ee1b705393599d78f8cc159ab455e8 (patch)
treeef3cdb574242d5bfb63931d519b5f25155866056 /nextcloud_install_production.sh
parenta7014c16af275c110713d8929bc1d335d4f7d107 (diff)
actually enable smbclient
fix https://github.com/nextcloud/vm/pull/1326#issuecomment-660729846
Diffstat (limited to 'nextcloud_install_production.sh')
-rw-r--r--nextcloud_install_production.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index 8a83c37a..1cdfb656 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -487,6 +487,7 @@ run_script STATIC redis-server-ubuntu
then
echo "# PECL smbclient" > $PHP_MODS_DIR/smbclient.ini
echo "extension=smbclient.so" >> $PHP_MODS_DIR/smbclient.ini
+ check_command phpenmod -v ALL smbclient
fi
# Enable igbinary for PHP