From 725c0511a8b93b9df40117e3478d0c605ed6cc9b Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 26 Dec 2011 22:48:01 +0000 Subject: [PATCH] add -o flag to freeside-daily, to only bill for one month, RT#14904 --- FS/bin/freeside-daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0