From ad03b5ce8bd9b11b05ae8958c37a3ea0688522f0 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Tue, 27 Jun 2023 10:46:44 +0530 Subject: [PATCH] suricatasc: remove unneeded shebang The caller for suricatasc is in python/bin. The script is never executed directly and doesn't need the shebang. --- python/suricata/sc/suricatasc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/suricata/sc/suricatasc.py b/python/suricata/sc/suricatasc.py index 3c47a2fc79..bc7de37536 100644 --- a/python/suricata/sc/suricatasc.py +++ b/python/suricata/sc/suricatasc.py @@ -1,4 +1,3 @@ -#!/usr/bin/python # Copyright(C) 2012-2023 Open Information Security Foundation # This program is free software; you can redistribute it and/or modify