Use newlines for easier reading

This commit is contained in:
tschettervictor
2025-05-16 21:44:52 -06:00
committed by GitHub
parent daa8e4881f
commit 5486e28e26

View File

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