Whenever cPanel updates Roundcube, it overwrites the config.inc.php file for Roundcube which has several default values that I have customized, so they are set back to default values every time this happens.
I have created a bash script that replaces specific lines in config.inc.php with customizations that I want to retain after an update.
Without needlessly executing this script from a cron job every day (even though it only takes a second to run), is there a place I can add my script so that it will be executed only *after* cPanel updates Roundcube, in order to immediately replace the proper lines in the newly-installed default config file?
Thanks!
I have created a bash script that replaces specific lines in config.inc.php with customizations that I want to retain after an update.
Without needlessly executing this script from a cron job every day (even though it only takes a second to run), is there a place I can add my script so that it will be executed only *after* cPanel updates Roundcube, in order to immediately replace the proper lines in the newly-installed default config file?
Thanks!