https://bugs.koozali.org/show_bug.cgi?id=11854

Terry Fage <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Terry Fage <[email protected]> ---
after update to latest smeserver-nextcloud, email, after updating nextcloud as
per latest bugs

cron <root@fagehome> /usr/bin/nc_dbupdate > /dev/null 2>&1'

/bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 1: syntax error: unexpected end of file
so looks like the ` at end is culprit ??

see patch smeserver-nextcloud-1.2.0-bz11920-bz11854-bz11973.patch

diff -Nur --no-dereference
smeserver-nextcloud-1.2.0.old/root/etc/e-smith/templates/etc/crontab/98nextcloud
smeserver-nextcloud-1.2.0/root/etc/e-smith/templates/etc/crontab/98nextcloud
54      ---
smeserver-nextcloud-1.2.0.old/root/etc/e-smith/templates/etc/crontab/98nextcloud
   2020-11-08 15:21:24.000000000 -0500
55      +++
smeserver-nextcloud-1.2.0/root/etc/e-smith/templates/etc/crontab/98nextcloud   
    2022-05-18 20:11:10.786000000 -0400
56      @@ -1,5 +1,5 @@
57       # nextcloud cron
58      -*/15  *  *  *  * www scl enable php74 'php --define memory_limit=512M
-f /usr/share/nextcloud/cron.php > /dev/null 2>&1'
59      +*/15  *  *  *  * www scl enable php74 'php --define apc.enable_cli=1
--define memory_limit=512M -f /usr/share/nextcloud/cron.php > /dev/null 2>&1'
60       
61       # nextcloud db update
62      -19    2  *  *  * www cd /usr/share/nextcloud ; echo 'y' | scl enable
php74 'php --define memory_limit=512M  occ  db:convert-filecache-bigint >
/dev/null 2>&1' 
63      +19    2  *  *  * root /usr/bin/nc_dbupdate > /dev/null 2>&1' 

need to remove ' from  > /dev/null 2>&1'  line

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to