base-files: Tweak issues

* final 'a' - it was a bit 'q'-ish
* 'g' was broken

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-09-30 22:54:12 +02:00
parent 4235b2d598
commit 51d0a839de
3 changed files with 15 additions and 14 deletions

View File

@@ -31,6 +31,7 @@ if [ -t 1 ] ; then
fi
fi
# ErrorOut outputs error text in first param and exits script
ErrorOut() {
echo
echo "${style_red}${style_bold}${1}!${style_normal}"