mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-19 08:40:44 +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"
|
bastille_config="/usr/local/etc/bastille/bastille.conf"
|
||||||
. /usr/local/share/bastille/common.sh
|
. /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
|
if [ ! -f "${bastille_config}" ]; then
|
||||||
cp /usr/local/etc/bastille/bastille.conf.sample ${bastille_config}
|
cp /usr/local/etc/bastille/bastille.conf.sample ${bastille_config}
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user