ntop / nDPI

Open Source Deep Packet Inspection Software Toolkit
http://www.ntop.org
GNU Lesser General Public License v3.0
3.86k stars 902 forks source link

Fixed mistake with the shebang in the file utils/update_every_lists.sh (SC1113) #2498

Closed pasabanov closed 4 months ago

pasabanov commented 4 months ago

Please sign (check) the below before submitting the Pull Request:

1436

Describe changes:

There was a mistake with the shebang in the file utils/update_every_lists.sh: using # for the shebang instead of #!.

See SC1113 for more details.

IvanNardi commented 4 months ago

@pasabanov, thanks for this fix