Skip to content

Commit 1e2ffe1

Browse files
committed
fix commented out line
1 parent a7c33dd commit 1e2ffe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/extension/monitoring-endpoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ process.stdin.on('end', () => {
504504

505505
//////////////////////////////////////////////////////////////
506506
// get ram, ram_quota, number of cpus, and cpu_quota
507-
// result.host_data = getHostOS();
507+
result.host_data = getHostOS();
508508

509509
//////////////////////////////////////////////////////////////
510510
// check mysql-backups, a successfull backup from yesterday is wanted

0 commit comments

Comments
 (0)