From 9965a25eaa11ef87fe07bbf076c06197193205e0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 15 Feb 2018 13:23:13 +0100 Subject: [PATCH] Code comment --- htdocs/includes/odtphp/odf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/odtphp/odf.php b/htdocs/includes/odtphp/odf.php index 5119a533d84..dd39f97c9f7 100644 --- a/htdocs/includes/odtphp/odf.php +++ b/htdocs/includes/odtphp/odf.php @@ -616,8 +616,8 @@ IMG; //DEBUG: Terminating LibreOffice instance. //DEBUG: Waiting for LibreOffice instance to exit - // It fails: - // - set shel of user to bash instead of nologin. + // If it fails: + // - set shell of user to bash instead of nologin. // - set permission to read/write to user on home directory /var/www so user can create the libreoffice , dconf and .cache dir and files then set permission back $command = $conf->global->MAIN_ODT_AS_PDF.' '.escapeshellcmd($name);