From 091f44bfc5ed8603a9e3bacc932c382d08e1dc66 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 28 Nov 2021 13:27:16 +0200 Subject: this is python2 code --- modules/openssh/templates/ldap-sshkey2file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/openssh/templates/ldap-sshkey2file.py b/modules/openssh/templates/ldap-sshkey2file.py index 2d2b2c27..0737d822 100755 --- a/modules/openssh/templates/ldap-sshkey2file.py +++ b/modules/openssh/templates/ldap-sshkey2file.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 import sys import os -- cgit v1.2.1