diff options
Diffstat (limited to 'source/l/dconf-editor/doinst.sh')
-rw-r--r-- | source/l/dconf-editor/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/dconf-editor/doinst.sh b/source/l/dconf-editor/doinst.sh index 5b77efb0c..d62af794c 100644 --- a/source/l/dconf-editor/doinst.sh +++ b/source/l/dconf-editor/doinst.sh @@ -1,6 +1,6 @@ # Reload messagebus service if [ -x /etc/rc.d/rc.messagebus ]; then - sh /etc/rc.d/rc.messagebus reload + sh /etc/rc.d/rc.messagebus reload 1> /dev/null 2> /dev/null fi # Try to run these. If they fail, no biggie. |