From 426d0fde34bd7b6590c54392d66c4a162579eaf0 Mon Sep 17 00:00:00 2001 From: Juan David Hurtado G Date: Sun, 24 Nov 2024 16:58:04 -0500 Subject: [PATCH] setup: comment with TODO for bastille.conf check --- usr/local/share/bastille/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/local/share/bastille/setup.sh b/usr/local/share/bastille/setup.sh index b245de3a..dce3230c 100644 --- a/usr/local/share/bastille/setup.sh +++ b/usr/local/share/bastille/setup.sh @@ -31,6 +31,8 @@ bastille_config="/usr/local/etc/bastille/bastille.conf" . /usr/local/share/bastille/common.sh +# TODO: This not going to take effect since Bastille checks the file +# before running this subcommand. We will need to check an strategy. if [ ! -f "${bastille_config}" ]; then cp /usr/local/etc/bastille/bastille.conf.sample ${bastille_config} fi