1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: changed shebang to Python3
Author: IOhannes m zmölnig
Bug: https://github.com/eferdman/dehydrated-hook-ddns-tsig/issues/21
Last-Update: 2019-12-10
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- dehydrated-hook-ddns-tsig.orig/dehydrated-hook-ddns-tsig.py
+++ dehydrated-hook-ddns-tsig/dehydrated-hook-ddns-tsig.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# dehydrated-hook-ddns-tsig - dns-01 Challenge Hook Script for dehydrated
|