set correct channel for update-check if switching from apt-installed stable/testing to nightly
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -69,7 +69,7 @@ class AutoUpdate
|
|||||||
if (Settings::Get('system.update_channel') == 'testing') {
|
if (Settings::Get('system.update_channel') == 'testing') {
|
||||||
$channel = '/testing';
|
$channel = '/testing';
|
||||||
} elseif (Settings::Get('system.update_channel') == 'nightly') {
|
} elseif (Settings::Get('system.update_channel') == 'nightly') {
|
||||||
if (empty(Froxlor::BRANDING)) {
|
if (empty(Froxlor::BRANDING) || substr(Froxlor::BRANDING, 0, 1) == '-') {
|
||||||
$channel = '/nightly.0000000';
|
$channel = '/nightly.0000000';
|
||||||
} else {
|
} else {
|
||||||
$channel = '/' . substr(Froxlor::BRANDING, 1);
|
$channel = '/' . substr(Froxlor::BRANDING, 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user