[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
etc
/
cron.d
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 0hourly
128 B
SET
[ EDIT ]
|
[ DEL ]
📄 backup_jobs_helper
486 B
SET
[ EDIT ]
|
[ DEL ]
📄 comet_license_sync
433 B
SET
[ EDIT ]
|
[ DEL ]
📄 cpanel-analytics
130 B
SET
[ EDIT ]
|
[ DEL ]
📄 cpanel-dovecot-solr
269 B
SET
[ EDIT ]
|
[ DEL ]
📄 cpanel_autossl
76 B
SET
[ EDIT ]
|
[ DEL ]
📄 csf-cron
14 B
SET
[ EDIT ]
|
[ DEL ]
📄 d42_agent_daily
73 B
SET
[ EDIT ]
|
[ DEL ]
📄 d42_agent_weekly
75 B
SET
[ EDIT ]
|
[ DEL ]
📄 imunify-antivirus
789 B
SET
[ EDIT ]
|
[ DEL ]
📄 imunify-notifier
144 B
SET
[ EDIT ]
|
[ DEL ]
📄 lfd-cron
74 B
SET
[ EDIT ]
|
[ DEL ]
📄 mailman
2,103 B
SET
[ EDIT ]
|
[ DEL ]
📄 wp-toolkit-update
881 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: wp-toolkit-update
# This cronjob is responsible for receiving the updates of WP Toolkit. # It works as following logic: # - WPT CLI is called to receive the available update version; # - If update is found, then the URLs to the host with repositories are updated and cache is cleared for WPT repos; # - If WPT CLI fails (e.g. unable to communicate with update service or WPT is completely broken), then # the cronjob executes wp-toolkit-installer script to set the default URLs to host with repositories; # - Finally the yum update is called to install latest available version. 0 1 * * * root sleep $((1 + RANDOM \% 5))h $((1 + RANDOM \% 60))m; /usr/local/bin/wp-toolkit update-configuration > /dev/null 2> /dev/null || /usr/local/cpanel/3rdparty/wp-toolkit/bin/wp-toolkit-installer.sh --generate-configs > /dev/null 2> /dev/null; /usr/bin/yum -y update wp-toolkit-cpanel > /dev/null 2> /dev/null