From 9a59bb9539dacac884b9c3b0088e22ba762f2b9b Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 15 Apr 2002 06:53:10 +0000 Subject: Updated initscripts --- functions | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'functions') diff --git a/functions b/functions index 2923928..608af1d 100644 --- a/functions +++ b/functions @@ -24,6 +24,12 @@ stat_fail() { echo " FAILED ]" } +stat_die() { + deltext + echo " FAILED ]" + exit 1 +} + checkret() { $* >/dev/null 2>&1 if [ $? -gt 0 ]; then -- cgit v1.2.3