]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[Bug 310] wedged script
authorDarren Nickerson <darren.nickerson@ifax.com>
Sat, 6 Jul 2002 18:09:13 +0000 (18:09 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Sat, 6 Jul 2002 18:09:13 +0000 (18:09 +0000)
Didn't have an exit status - now it does. Thanks to Bill Young for the tidyup.

util/wedged.sh.in

index f4b0a49bf2119d52644118fa7aab44afeea577dc..55dc890065c653afd4e0214f6b61860acd88f489 100644 (file)
@@ -95,3 +95,5 @@ fi
 echo ""
 echo "Consult the server trace logs for more information on what is happening."
 ) | 2>&1 $SENDMAIL -t -ffax -oi
+
+exit 0