mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-16 07:15:49 +01:00
setup: comment with TODO for bastille.conf check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user