Fix function typo

This commit is contained in:
William Petit 2015-07-04 18:45:36 +02:00
parent d190dcb143
commit d0c9ad2916
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function error {
echo "[${HOSTNAME}] [ERROR] $@"
}
function error {
function fatal {
echo "[${HOSTNAME}] [FATAL] $@"
exit 1
}