summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2012-09-17 10:23:28 +0100
committerRichard Hughes <richard@hughsie.com>2012-09-17 10:23:28 +0100
commite96f02f40a1041d6903786d398b8c413eab8cf61 (patch)
tree7bce0f5a7191049d4aa889a6d3e87bd517b6449a
parentac4042ffaf2a1730e45541103e361bed9d8379ae (diff)
downloadupower-e96f02f40a1041d6903786d398b8c413eab8cf61.tar.gz
Always return 0 from notify-upower.sh
Resolves: https://bugs.freedesktop.org/show_bug.cgi?id=54967
-rwxr-xr-xsrc/notify-upower.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/notify-upower.sh b/src/notify-upower.sh
index d88ae5e..8421f06 100755
--- a/src/notify-upower.sh
+++ b/src/notify-upower.sh
@@ -4,3 +4,4 @@
--dest=org.freedesktop.UPower \
/org/freedesktop/UPower \
org.freedesktop.UPower.Resuming
+exit 0