From a0b29955ec52ca2d27443a797fee149c135267b6 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 3 May 2025 19:22:12 -0600 Subject: [PATCH] rd: Spacing edit --- usr/local/etc/rc.d/bastille | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/etc/rc.d/bastille b/usr/local/etc/rc.d/bastille index aa22f5c7..51abbb3b 100755 --- a/usr/local/etc/rc.d/bastille +++ b/usr/local/etc/rc.d/bastille @@ -42,7 +42,7 @@ bastille_start() bastille_stop() { - ${command} -p ${bastille_parallel_limit} stop ALL + ${command} -p ${bastille_parallel_limit} stop ALL } bastille_restart()