fix initlog name

This commit is contained in:
Wolfgang Link 2016-02-25 14:47:47 +01:00 committed by Dietmar Maurer
parent 06399fd71a
commit c8969ecb19

View File

@ -15,7 +15,7 @@ use PVE::RPCEnvironment;
use PVE::API2::Subscription; use PVE::API2::Subscription;
use PVE::API2::APT; use PVE::API2::APT;
initlog ('pvedailycron', 'daemon'); initlog ('pveupdate', 'daemon');
die "please run as root\n" if $> != 0; die "please run as root\n" if $> != 0;