From f5c6fe31b46ec3869a94a2cc8b25362028dbc9ef Mon Sep 17 00:00:00 2001 From: Alexander Dibbo Date: Tue, 4 Feb 2025 11:08:13 +0000 Subject: [PATCH] Fix typo of path --- OpenStack-accounting/usr/local/sbin/now-accounting.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenStack-accounting/usr/local/sbin/now-accounting.sh b/OpenStack-accounting/usr/local/sbin/now-accounting.sh index e0a802cc..df412bdb 100644 --- a/OpenStack-accounting/usr/local/sbin/now-accounting.sh +++ b/OpenStack-accounting/usr/local/sbin/now-accounting.sh @@ -11,7 +11,7 @@ startdateepoch=`date -d "$startdate" +%s` echo $startdate echo $enddate -for extractor in $(ls /usr/local/bin/*extract_accounting.py); +for extractor in $(ls /usr/local/sbin/*extract_accounting.py); do $extractor "$startdate" "$enddate"; done