From 57d27fe29751f9cbd14a26d2a4ee8402168bfe8b Mon Sep 17 00:00:00 2001 From: Devendra Date: Fri, 2 May 2014 23:14:10 +0530 Subject: fixing start-console.sh --- python/examples/start-console.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples') diff --git a/python/examples/start-console.sh b/python/examples/start-console.sh index 2df3f77..128a20e 100644 --- a/python/examples/start-console.sh +++ b/python/examples/start-console.sh @@ -5,7 +5,7 @@ if ! type "screen" > /dev/null; then fi rm ./pubnub-console.log touch ./pubnub-console.log -set PYTHONPATH=../.. +export PYTHONPATH=../.. screen -X -S pubnub-console quit 2>&1 > /dev/null OS="`uname`" case $OS in -- cgit v1.2.3