Skip to content

Commit 3cc1805

Browse files
author
Till Brehm
committed
Fixed: #4219 [3.1dev] mysql_clientdb.conf - not found
1 parent d4d0a05 commit 3cc1805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cron.d/500-backup.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function onRunJob() {
209209
$records = $app->db->queryAllRecords("SELECT * FROM web_database WHERE server_id = ? AND backup_interval != 'none' AND backup_interval != ''", $conf['server_id']);
210210
if(is_array($records)) {
211211

212-
include 'lib/mysql_clientdb.conf';
212+
include '/usr/local/ispconfig/server/lib/mysql_clientdb.conf';
213213

214214
foreach($records as $rec) {
215215

0 commit comments

Comments
 (0)