diff options
author | ivan <ivan> | 2011-12-26 22:48:01 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-12-26 22:48:01 +0000 |
commit | 725c0511a8b93b9df40117e3478d0c605ed6cc9b (patch) | |
tree | 4a99ec912951a7cf92d1ea9a4a172cd1b11a33e8 | |
parent | e4388387dcd23701294438b468ad60b92d61f34d (diff) |
add -o flag to freeside-daily, to only bill for one month, RT#14904
-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; |