From b9a4b2d96a87a8cf31e8cf3817134fd98c1829ba Mon Sep 17 00:00:00 2001 From: Lucia Guevgeozian Odizzio Date: Thu, 30 Jan 2014 15:20:50 +0100 Subject: [PATCH] Change SOURCE for SRC in linux example --- examples/linux/transfer/file_transfer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/linux/transfer/file_transfer.py b/examples/linux/transfer/file_transfer.py index 3296b072..d5d6aafb 100755 --- a/examples/linux/transfer/file_transfer.py +++ b/examples/linux/transfer/file_transfer.py @@ -70,7 +70,7 @@ server = add_node(ec, server_name, slicename) client = add_node(ec, client_name, slicename) # Add resource managers for the linux applications -app_server = add_app(ec, "cat ${SOURCES}/big_buck_bunny_240p_mpeg4_lq.ts | pv -fbt 2> \ +app_server = add_app(ec, "cat ${SRC}/big_buck_bunny_240p_mpeg4_lq.ts | pv -fbt 2> \ bw.txt | nc %s 1234" % client_name, server, video=video, depends=depends_server) # Note: is important to add the -d option in nc command to not attempt to read from the -- 2.47.0