From bb9d93322abf825368dedaafc2376ef8fdfc1e2f Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Mon, 28 Jan 2019 16:31:54 -0600 Subject: Jan 28 2019 update --- sourcecodes/add_evd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sourcecodes/add_evd.php') diff --git a/sourcecodes/add_evd.php b/sourcecodes/add_evd.php index 346aba04..c031ead6 100644 --- a/sourcecodes/add_evd.php +++ b/sourcecodes/add_evd.php @@ -192,7 +192,7 @@ else //execute shell script for matlab $keyval = valid_keyval($keyval); - shell_exec('./run_octave_evd '.$keyval); + shell_exec('./run_scripts/run_octave_evd '.$keyval); ?>