mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-24 14:35:36 +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 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# This file is part of npbackup, and is really just a binary shortcut to launch npbackup.main
|
# This file is part of npbackup, and is really just a binary shortcut to launch npbackup.main
|
||||||
|
|
Loading…
Reference in a new issue