Update the default option values so that the script can be run on river without arguments
This commit is contained in:
@@ -19,7 +19,7 @@ use lib $FindBin::Bin;
|
||||
our %options = (
|
||||
verbose => 0,
|
||||
quiet => 0,
|
||||
log_file => '',
|
||||
log_file => '/tmp/tvmover.log',
|
||||
silent => 0,
|
||||
help => 0,
|
||||
pretend => 0,
|
||||
|
||||
Reference in New Issue
Block a user