fix(systemd): Update usage of dbus.Reload

This commit is contained in:
Brian Waldon 2014-03-25 18:50:38 -07:00
parent f5f9a0a6a9
commit 58ae898948

View File

@ -116,8 +116,7 @@ func DaemonReload() error {
return err
}
_, err = conn.Reload()
return err
return conn.Reload()
}
func ExecuteScript(scriptPath string) (string, error) {