Rename vroom.pl to vroom

This commit is contained in:
Daniel Berteaud 2015-08-07 11:11:40 +02:00
parent f9fdfaf7be
commit 4d981caf70
2 changed files with 2410 additions and 2 deletions

View File

@ -19,8 +19,8 @@ if ($config->{'daemon.backend'} eq 'morbo'){
'-w', 'conf/settings.ini',
'-w', 'lib',
'-w', 'templates',
'-v', 'vroom.pl');
'-v', 'vroom');
}
else{
exec ('/usr/bin/hypnotoad', '-f', 'vroom.pl');
exec ('/usr/bin/hypnotoad', '-f', 'vroom');
}

2408
vroom Executable file

File diff suppressed because it is too large Load Diff