]> git.ipfire.org Git - thirdparty/suricata.git/commit
suricatasc: remove unneeded shebang
authorShivani Bhardwaj <shivani@oisf.net>
Tue, 27 Jun 2023 05:16:44 +0000 (10:46 +0530)
committerVictor Julien <vjulien@oisf.net>
Fri, 30 Jun 2023 07:17:22 +0000 (09:17 +0200)
commitad03b5ce8bd9b11b05ae8958c37a3ea0688522f0
treea0205ed5e6205fcd364e8741b4c2a8ee1d886212
parentf870dcd4cc1c72cdf5faf790a1582347ed87ab9f
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