You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic of entrypoint.sh should be that if user enters -h tag with the command, the python SimpleHTTPServer should not start. But as the condition if [[ $@ == *'-h'* ]] takes -h in --hashtags as help command and exits.
The text was updated successfully, but these errors were encountered:
The logic of entrypoint.sh should be that if user enters
-h
tag with the command, the python SimpleHTTPServer should not start. But as the conditionif [[ $@ == *'-h'* ]]
takes -h in--hashtags
as help command and exits.The text was updated successfully, but these errors were encountered: