mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-16 23:31:20 +01:00
Use newlines for easier reading
This commit is contained in:
@@ -47,8 +47,8 @@ bastille_conf_check() {
|
||||
if echo "${_args}" | grep -Eosqw "setup"; then
|
||||
cp /usr/local/etc/bastille/bastille.conf.sample /usr/local/etc/bastille/bastille.conf
|
||||
else
|
||||
echo "[ERROR]: No config file found."
|
||||
echo "Please run 'bastille setup' to configure Bastille."
|
||||
echo -e "\n[ERROR]: No config file found!"
|
||||
echo -e "Please run 'bastille setup' to configure Bastille.\n"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user