From 258428a8ef5b1ea97d01c82308ba1d1d14a6842a Mon Sep 17 00:00:00 2001 From: jld3103 Date: Fri, 18 Aug 2023 09:30:21 +0200 Subject: [PATCH] Clarify pcntl disable_functions Signed-off-by: jld3103 --- admin_manual/installation/source_installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index e23faca2e6c..e71aae70d00 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -113,8 +113,8 @@ For command line processing (*optional*): * PHP module pcntl (enables command interruption by pressing ``ctrl-c``) .. note:: - You also need to ensure that pcntl_signal and pcntl_signal_dispatch are not disabled - in your php.ini file. + You also need to ensure that ``pcntl_signal`` and ``pcntl_signal_dispatch`` are not disabled + in your php.ini by the ``disable_functions`` option. For command line updater (*optional*): @@ -275,7 +275,7 @@ the default site. Open a terminal and run:: a certificate signed by a signing authority. Check with your domain name registrar or hosting service for good deals on commercial certificates. Or use a free `Let's Encrypt `_ ones. - + .. _installation_wizard_label: Installation wizard @@ -506,7 +506,7 @@ One of the easiest ways of installing is to use the Nextcloud VM or NextcloudPI 2. Run the script with:: sudo bash nextcloud_install_production.sh - + or 1. Download the latest `PI installation script `_.