Skip to content

Commit 2b6ee46

Browse files
committed
Change (where needed) shebang to /usr/bin/env xxx for better portability
1 parent 98d45d2 commit 2b6ee46

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

INSTALL/get-misp-automation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
'''
44
Example file on how to get the exported IDS data from MISP

app/Console/worker/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# Check if run as root
44
if [ "$EUID" -eq 0 ]; then

app/update_thirdparty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44

tests/curl_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
set -e
44
set -x

tools/get-misp-automation-client-cert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
'''
44
Example file on how to get the exported IDS data from MISP

0 commit comments

Comments
 (0)