diff options
Diffstat (limited to 'client/start.sh')
| -rwxr-xr-x | client/start.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/client/start.sh b/client/start.sh index cc33f9c..935ebf4 100755 --- a/client/start.sh +++ b/client/start.sh @@ -1,3 +1,4 @@ -cd $JASPER_HOME/jasper/client -rm -rf ../old_client -python main.py & +#!/bin/bash +# This file exists for backwards compatibility with older versions of jasper. +# It might be removed in future versions. +"${0%/*}/main.py" |
