From 3ad26aaa31cdd0a68b27d901d6b0dc0dfd5a77af Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Thu, 6 Nov 2014 14:38:26 +0900 Subject: [PATCH] web-viewer: modified server script name(emul to tty.js) Change-Id: I51104a3787ca95afd881633bae15d5b96d6b1994 Signed-off-by: sungmin ha --- tizen/src/util/osutil-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/src/util/osutil-linux.c b/tizen/src/util/osutil-linux.c index 7b1eacd..9708af8 100644 --- a/tizen/src/util/osutil-linux.c +++ b/tizen/src/util/osutil-linux.c @@ -553,7 +553,7 @@ void execute_websocket(int port) void execute_nodejs(void) { char const *remote_bin_dir = get_remote_bin_path(); - char const *relative_path = "../web-viewer/bin/emul"; + char const *relative_path = "../web-viewer/bin/tty.js"; char webviewer_script[strlen(remote_bin_dir) + strlen(relative_path) + 1]; char nodejs_path[strlen(remote_bin_dir) + strlen(execution_file_node) + 1]; int ret = -1; -- 2.7.4