setup: comment with TODO for bastille.conf check

This commit is contained in:
Juan David Hurtado G
2024-11-24 16:58:04 -05:00
parent 67234b2d84
commit 426d0fde34

View File

@@ -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