]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/daemon-cmd.py
Prefer python 3, and mention intent to drop python 2 support
[bup.git] / lib / cmd / daemon-cmd.py
index 5506ea10aa9e085ea4294f874b6277be325be6be..ffe79ddade9ea70801fe97a918083e15e7aa871e 100755 (executable)
@@ -9,7 +9,7 @@ for arg in "$@"; do
     arg_i=$((arg_i + 1))
 done
 # Here to end of preamble replaced during install
-bup_python="$(dirname "$0")/bup-python" || exit $?
+bup_python="$(dirname "$0")/../../config/bin/python" || exit $?
 exec "$bup_python" "$0"
 """
 # end of bup preamble