We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83a429e + f5c6fe3 commit 1b08f5eCopy full SHA for 1b08f5e
OpenStack-accounting/usr/local/sbin/now-accounting.sh
@@ -11,7 +11,7 @@ startdateepoch=`date -d "$startdate" +%s`
11
12
echo $startdate
13
echo $enddate
14
-for extractor in $(ls /usr/local/bin/*extract_accounting.py);
+for extractor in $(ls /usr/local/sbin/*extract_accounting.py);
15
do
16
$extractor "$startdate" "$enddate";
17
done
0 commit comments