You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
409 B
12 lines
409 B
5 years ago
|
--- /usr/share/perl5/PMG/API2/Subscription.pm.orig 2018-10-19 09:00:37.950836918 +0200
|
||
|
+++ /usr/share/perl5/PMG/API2/Subscription.pm 2018-10-19 09:00:45.782516677 +0200
|
||
|
@@ -79,7 +79,7 @@
|
||
|
my $info = PVE::INotify::read_file('subscription');
|
||
|
if (!$info) {
|
||
|
return {
|
||
|
- status => "NotFound",
|
||
|
+ status => "Active",
|
||
|
message => "There is no subscription key",
|
||
|
serverid => $server_id,
|
||
|
url => $url,
|