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;