mirror of https://github.com/MISP/misp-modules
Fix entrypoint bug
parent
e82789cba8
commit
cdbe99824e
|
@ -11,7 +11,7 @@ DEBUG=""
|
||||||
|
|
||||||
# Functions
|
# Functions
|
||||||
echo (){
|
echo (){
|
||||||
command echo -e "$STARTMSG $*"
|
command echo "$STARTMSG $*"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Environment Variables
|
# Environment Variables
|
||||||
|
|
Loading…
Reference in New Issue