]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
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)
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

index 3c47a2fc79194ed59aa7c6f509ebffc0ac8e578f..bc7de375360e2feae9d93239850a4710f4ea42f3 100644 (file)
@@ -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