diff options
Diffstat (limited to 'tests/quit_pyload.sh')
-rwxr-xr-x | tests/quit_pyload.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/quit_pyload.sh b/tests/quit_pyload.sh index e466bcb31..3bfb3e13a 100755 --- a/tests/quit_pyload.sh +++ b/tests/quit_pyload.sh @@ -1,7 +1,7 @@ #!/bin/bash PYTHON=python which python2 > /dev/null && PYTHON=python2 -$PYTHON pyLoadCore.py --configdir=tests/config --quit +$PYTHON pyload.py --configdir=tests/config --quit if [ -d userplugins ]; then rm -r userplugins fi
\ No newline at end of file |