We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f701968 commit 181701fCopy full SHA for 181701f
docker/entrypoint.sh
@@ -2,7 +2,7 @@
2
# simple script to make the npo_ prefixes superflouous
3
command=$1
4
shift
5
-if [ "$command" == "" ] ; then
+if [ "$command" = "" ] ; then
6
cat << EOF
7
No argument given. Try e.g. following arguments.
8
# frontend apis
0 commit comments