Add support for sudo
[gruntmaster-daemon.git] / lib / Gruntmaster / Daemon.pm
index f222500504b301e85b4dc0257e6c3fbc37193e9d..07b6fb6ca0c0e1a0fb6e75538e645057f7b7fb9c 100644 (file)
@@ -161,7 +161,6 @@ sub got_job{
 }
 
 sub run{
-       warn "No GRUNTMASTER_VM environment variable. Running without a VM is a security risk.\n"  unless $ENV{GRUNTMASTER_VM};
        require Gruntmaster::Data;
        $db = Gruntmaster::Data->connect($ENV{GRUNTMASTER_DSN} // 'dbi:Pg:');
        Log::Log4perl->init('/etc/gruntmasterd/gruntmasterd-log.conf');
This page took 0.010094 seconds and 4 git commands to generate.