From 86b44a284d250a285ac070527c9636a1f3e42fdd Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Mon, 9 May 2011 15:09:17 -0400 Subject: Adding script to restart the indicator --- indicator-restart.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 indicator-restart.sh diff --git a/indicator-restart.sh b/indicator-restart.sh new file mode 100755 index 0000000..efcab10 --- /dev/null +++ b/indicator-restart.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +killall indicator-example-service +killall gnome-panel -- cgit v1.2.3