pvesr run: remove wrong permission check

This commit is contained in:
Dietmar Maurer
2017-05-05 11:23:25 +02:00
parent 1d3ddfaf2c
commit f580b2d30d

View File

@ -101,11 +101,6 @@ __PACKAGE__->register_method ({
path => 'run',
method => 'POST',
description => "This method will run by the systemd-timer and sync all jobs",
permissions => {
description => {
check => ['perm', '/', [ 'Sys.Console' ]],
},
},
protected => 1,
parameters => {
additionalProperties => 0,