From c8969ecb190e3c9695d4414c10dbbdec4e15c970 Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Thu, 25 Feb 2016 14:47:47 +0100 Subject: [PATCH] fix initlog name --- bin/pveupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pveupdate b/bin/pveupdate index ee751907..3a00335e 100755 --- a/bin/pveupdate +++ b/bin/pveupdate @@ -15,7 +15,7 @@ use PVE::RPCEnvironment; use PVE::API2::Subscription; use PVE::API2::APT; -initlog ('pvedailycron', 'daemon'); +initlog ('pveupdate', 'daemon'); die "please run as root\n" if $> != 0;