diff options
Diffstat (limited to 'sourcecodes/add_evd.php')
| -rw-r--r-- | sourcecodes/add_evd.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); ?> <script> |
