diff options
author | ivan <ivan> | 2011-12-26 22:48:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-26 22:48:05 +0000 |
commit | f62dd5d91159401b3f5fa4372c3eee2ee5c924a9 (patch) | |
tree | 4bf9a8df6c091d7f6563a7454b6467cc2d08edfb /FS/bin/freeside-daily | |
parent | 0642c1b5d97d0987491424736054c1abc9d579b1 (diff) |
add -o flag to freeside-daily, to only bill for one month, RT#14904
Diffstat (limited to 'FS/bin/freeside-daily')
-rwxr-xr-x | FS/bin/freeside-daily | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index ee63b9a29..b73d0b112 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -7,7 +7,7 @@ use FS::Conf; &untaint_argv; #what it sounds like (eww) use vars qw(%opt); -getopts("p:a:d:vl:sy:nmrkg:u", \%opt); +getopts("p:a:d:vl:sy:nmrkg:uo", \%opt); my $user = shift or die &usage; adminsuidsetup $user; |