mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-14 18:59:54 +01:00
bastille: Fix typo in prompt message for missing configuration file.
This commit is contained in:
@@ -35,7 +35,7 @@ PATH=${PATH}:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
|
|||||||
## check for config existence
|
## check for config existence
|
||||||
bastille_conf_check() {
|
bastille_conf_check() {
|
||||||
if [ ! -r "/usr/local/etc/bastille/bastille.conf" ]; then
|
if [ ! -r "/usr/local/etc/bastille/bastille.conf" ]; then
|
||||||
echo "[INFO] Configuration file not found. Do yu want to create it with default values? [y/N]"
|
echo "[INFO] Configuration file not found. Do you want to create it with default values? [y/N]"
|
||||||
read answer
|
read answer
|
||||||
case "${answer}" in
|
case "${answer}" in
|
||||||
[Nn][Oo]|[Nn]|"")
|
[Nn][Oo]|[Nn]|"")
|
||||||
|
|||||||
Reference in New Issue
Block a user