commit f419733fd462464b3d25884fa4fc8b81184202a6
parent b654d8bb14949f8f66b9f0c0802313c75d553f4c
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Thu, 28 Jul 2022 22:59:05 +0200
Fix stray paren
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/command/s b/command/s
@@ -27,7 +27,7 @@ load_s6_rc() {
service_active[$s]=1
done
for b in $bundles; do
- bundle_services[$b]=$( s6-rc listall $b ) ) || exit $?
+ bundle_services[$b]=$( s6-rc listall $b ) || exit $?
for s in "${(@f)bundle_svcs[$b]}"; do
service_in_bundle[$s//$b]=1
service_bundles[$s]+=$b$'\n'