diff options
Diffstat (limited to 'demoscript/IceBox')
-rwxr-xr-x | demoscript/IceBox/hello.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/IceBox/hello.py b/demoscript/IceBox/hello.py index 7932dd64ad2..b31e21903f5 100755 --- a/demoscript/IceBox/hello.py +++ b/demoscript/IceBox/hello.py @@ -65,7 +65,7 @@ def run(client, server): client.sendline('x') client.waitTestSuccess() - admin = demoscript.Util.spawn('iceboxadmin --IceBox.InstanceName=DemoIceBox --IceBox.ServiceManager.Endpoints="tcp -p 9998:ssl -p 9999" shutdown', language="C++") + admin = demoscript.Util.spawn('iceboxadmin --IceBoxAdmin.ServiceManager.Proxy="DemoIceBox/admin -f IceBox.ServiceManager:tcp -p 9996 -h 127.0.0.1" shutdown', language="C++") admin.waitTestSuccess() server.waitTestSuccess() |