Commit dd96ede0 authored by Dietmar Maurer's avatar Dietmar Maurer

spiceproxy: do not use perl flag -w

parent 2927811f
#!/usr/bin/perl -w -T
#!/usr/bin/perl -T
# Note: In theory, all this can be done by 'pveproxy' daemon. But som API call
# still have blocking code, so we use a separate daemon to avoid that the console
......@@ -9,6 +9,7 @@ $ENV{'PATH'} = '/sbin:/bin:/usr/sbin:/usr/bin';
delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};
use strict;
use warnings;
use English;
use Getopt::Long;
use PVE::SafeSyslog;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment