summaryrefslogtreecommitdiff
path: root/test/set-ipv4-method
diff options
context:
space:
mode:
Diffstat (limited to 'test/set-ipv4-method')
-rwxr-xr-xtest/set-ipv4-method2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/set-ipv4-method b/test/set-ipv4-method
index 0661537b..820b24b4 100755
--- a/test/set-ipv4-method
+++ b/test/set-ipv4-method
@@ -12,7 +12,7 @@ if (len(sys.argv) < 3):
sys.exit(1)
bus = dbus.SystemBus()
-path = "/profile/default/" + sys.argv[1]
+path = "/net/connman/service/" + sys.argv[1]
service = dbus.Interface(bus.get_object('net.connman', path),
'net.connman.Service')