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()