Fix entrypoint bug

pull/328/head
8ear 2019-09-02 12:19:57 +02:00
parent e82789cba8
commit cdbe99824e
No known key found for this signature in database
GPG Key ID: 00AAF736693E6C4E
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ DEBUG=""
# Functions # Functions
echo (){ echo (){
command echo -e "$STARTMSG $*" command echo "$STARTMSG $*"
} }
# Environment Variables # Environment Variables