From 811661dac35e4ba1f9bdd46637f227fe74d0dc33 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sun, 6 Apr 2025 17:01:32 -0600 Subject: [PATCH] bastille: Allow cp parallel mode --- usr/local/bin/bastille | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 2421b428..1d94bb1a 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -203,7 +203,6 @@ case "${CMD}" in clone| \ console| \ convert| \ - cp| \ create| \ edit| \ export| \ @@ -226,6 +225,7 @@ case "${CMD}" in # Commands that allow parallel mode cmd| \ config| \ + cp| \ destroy| \ etcupdate| \ limits| \