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', 'conf/settings.ini',
'-w', 'lib', '-w', 'lib',
'-w', 'templates', '-w', 'templates',
'-v', 'vroom.pl'); '-v', 'vroom');
} }
else{ 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