mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-20 09:10:15 +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
|
if echo "${_args}" | grep -Eosqw "setup"; then
|
||||||
cp /usr/local/etc/bastille/bastille.conf.sample /usr/local/etc/bastille/bastille.conf
|
cp /usr/local/etc/bastille/bastille.conf.sample /usr/local/etc/bastille/bastille.conf
|
||||||
else
|
else
|
||||||
echo "[ERROR]: No config file found."
|
echo -e "\n[ERROR]: No config file found!"
|
||||||
echo "Please run 'bastille setup' to configure Bastille."
|
echo -e "Please run 'bastille setup' to configure Bastille.\n"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user