From 35d7c7ceb9e96f749b3834c5c993f31341fb43a4 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Fri, 13 Feb 2026 13:53:53 +0000 Subject: Remove curly braces from flatbot wrapper --- roles/flatbot/files/run-flatbot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/flatbot/files') diff --git a/roles/flatbot/files/run-flatbot b/roles/flatbot/files/run-flatbot index 1d8869d..70d9962 100755 --- a/roles/flatbot/files/run-flatbot +++ b/roles/flatbot/files/run-flatbot @@ -19,9 +19,9 @@ do continue ;; *) - urls="${urls} ${line}" + urls="$urls $line" ;; esac done < $urlsfile -exec /usr/bin/flatbot -state $state -once ${urls} +exec /usr/bin/flatbot -state $state -once $urls -- cgit v1.2.3-70-g09d2