From: Shivani Bhardwaj Date: Tue, 27 Jun 2023 05:16:44 +0000 (+0530) Subject: suricatasc: remove unneeded shebang X-Git-Tag: suricata-7.0.0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad03b5ce8bd9b11b05ae8958c37a3ea0688522f0;p=thirdparty%2Fsuricata.git suricatasc: remove unneeded shebang The caller for suricatasc is in python/bin. The script is never executed directly and doesn't need the shebang. --- 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