mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 06:25:17 +08:00
Make sure binary script calls python3
This commit is contained in:
parent
be86db81cd
commit
0e7e6214b9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env python
|
||||
#! /usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# This file is part of npbackup, and is really just a binary shortcut to launch npbackup.main
|
||||
|
|
Loading…
Reference in a new issue