From 9874f68515973d5bfa2c17f9039c4c6a1f8cea85 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 7 Oct 2025 14:38:54 +0200 Subject: [PATCH] remove bad shebang --- lld_backup_status_file.py | 3 +-- lld_certlist.py | 2 +- lld_filelist.py | 2 +- lld_php_fpm_url.py | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lld_backup_status_file.py b/lld_backup_status_file.py index 5941af9..b6b6af8 100755 --- a/lld_backup_status_file.py +++ b/lld_backup_status_file.py @@ -1,5 +1,4 @@ -#jinja2:variable_start_string:'[%',variable_end_string:'%]',comment_start_string:'<%',comment_end_string:'%>' -#! [% discovered_interpreter_python %] +#! /usr/bin/env python3 import glob import json diff --git a/lld_certlist.py b/lld_certlist.py index 9ed9996..bcf5d27 100755 --- a/lld_certlist.py +++ b/lld_certlist.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#! /usr/bin/env python3 import json import os import re diff --git a/lld_filelist.py b/lld_filelist.py index ffa1bf1..af80d9b 100755 --- a/lld_filelist.py +++ b/lld_filelist.py @@ -1,4 +1,4 @@ -#! {{ discovered_interpreter_python }} +#! /usr/bin/env python3 import glob import json from sys import argv,stderr diff --git a/lld_php_fpm_url.py b/lld_php_fpm_url.py index cbc6be4..549553e 100755 --- a/lld_php_fpm_url.py +++ b/lld_php_fpm_url.py @@ -1,5 +1,4 @@ -#jinja2:variable_start_string:'[%',variable_end_string:'%]',comment_start_string:'<%',comment_end_string:'%>' -#! [% discovered_interpreter_python %] +#! /usr/bin/env python3 import json import os import re