2024-09-02 06:01:36 +02:00
|
|
|
#!/bin/bash
|
2024-09-13 21:20:51 +02:00
|
|
|
# prevents setting error_reporting in 1.6; removed in newer versions
|
|
|
|
/usr/bin/sed -i -e 's/^.*error_reporting.*$/ \/\/rem/' /usr/share/roundcubemail/program/lib/Roundcube/bootstrap.php
|
|
|
|
# update composer
|
2024-09-02 06:01:36 +02:00
|
|
|
/usr/bin/rcplugin_update.sh
|