[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [torbrowser/maint-2.2] [Linux] Print a message to stdout when Vidalia/TBB exits cleanly
commit 74e8804d1c332bb3d1a23fa8fdd9ac397176aa32
Author: Robert Ransom <rransom.8774@xxxxxxxxx>
Date: Wed Aug 24 03:14:39 2011 -0400
[Linux] Print a message to stdout when Vidalia/TBB exits cleanly
---
src/RelativeLink/RelativeLink.sh | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/RelativeLink/RelativeLink.sh b/src/RelativeLink/RelativeLink.sh
index 1321e0c..22c6af2 100755
--- a/src/RelativeLink/RelativeLink.sh
+++ b/src/RelativeLink/RelativeLink.sh
@@ -196,4 +196,6 @@ exitcode="$?"
if [ "$exitcode" -ne 0 ]; then
complain "Vidalia exited abnormally. Exit code: $exitcode"
exit "$exitcode"
+else
+ echo '\nVidalia exited cleanly.\n'
fi
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits