From 6301d637fb8e398bc5221db072da835de9aaf4bf Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 5 Feb 2025 10:57:44 -0800 Subject: [PATCH] clone: Fix missing command --- usr/local/share/bastille/clone.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/local/share/bastille/clone.sh b/usr/local/share/bastille/clone.sh index f3f1d8d2..85f7a48d 100644 --- a/usr/local/share/bastille/clone.sh +++ b/usr/local/share/bastille/clone.sh @@ -340,4 +340,6 @@ if [ -n "${IP}" ]; then validate_ip else usage -fi \ No newline at end of file +fi + +clone_jail \ No newline at end of file