diff options
Diffstat (limited to 'client/start.sh')
| -rwxr-xr-x | client/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/start.sh b/client/start.sh index cde8d8d..240a7f7 100755 --- a/client/start.sh +++ b/client/start.sh @@ -1,4 +1,4 @@ #!/bin/bash # This file exists for backwards compatibility with older versions of Jasper. # It might be removed in future versions. -"${0%/*}/main.py" +"${0%/*}/../jasper.py" |
