Skip to content

Commit a36fb69

Browse files
author
Till Brehm
committed
Merge branch 'small_fix' into 'master'
Fixes installation on Debian Testing See merge request !619
2 parents a864a1b + 94faaec commit a36fb69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/lib/install.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function get_distname() {
220220
} elseif(strstr(trim(file_get_contents('/etc/debian_version')), '/sid')) {
221221
$distname = 'Debian';
222222
$distver = 'Testing';
223-
$distid = 'debian90';
223+
$distid = 'debian60';
224224
$distconfid = 'debiantesting';
225225
$distbaseid = 'debian';
226226
swriteln("Operating System: Debian Testing\n");

server/lib/classes/monitor_tools.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function get_distname() {
206206
} elseif(strstr(trim(file_get_contents('/etc/debian_version')), '/sid')) {
207207
$distname = 'Debian';
208208
$distver = 'Testing';
209-
$distid = 'debian90';
209+
$distid = 'debian60';
210210
$distconfid = 'debiantesting';
211211
$distbaseid = 'debian';
212212
} else {

0 commit comments

Comments
 (0)