+ DEBIAN_PKG=TRUE RCMAIL_CONFIG_DIR=/etc/roundcube /usr/bin/php
/usr/share/roundcube/bin/update.sh --version=1.1.3 --accept=true

What happens if you run this command manually (as root)? It's a bit odd
that it fails without saying anything.

=> nothing. No output.
When I add this echo in update.sh :
echo "XXX";
require_once INSTALL_PATH . 'program/include/clisetup.php';
echo "YYY";

only XXX is output. The require_once seems to crash the script.
Emmanuel.

Reply via email to