Skip to content

Commit beb1727

Browse files
author
jwarnier
committed
Slightly improve process detection using a well-known UNIX shell trick (use one grep less).
1 parent 4a6aedd commit beb1727

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

install/lib/install.lib.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,8 @@
5757

5858
//** Get distribution identifier
5959
//** IMPORTANT!
60-
// This is the same code as in /server/mods-available/monitor_core_module.inc.php
61-
// So if you change it here, you also have to change it in
62-
// /server/mods-available/monitor_core_module.inc.php!
60+
// This is the same code as in server/mods-available/monitor_core_module.inc.php
61+
// So if you change it here, you also have to change it in there!
6362
function get_distname() {
6463

6564
$distname = '';

0 commit comments

Comments
 (0)