Skip to content

Commit 181701f

Browse files
committed
Detail
1 parent f701968 commit 181701f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# simple script to make the npo_ prefixes superflouous
33
command=$1
44
shift
5-
if [ "$command" == "" ] ; then
5+
if [ "$command" = "" ] ; then
66
cat << EOF
77
No argument given. Try e.g. following arguments.
88
# frontend apis

0 commit comments

Comments
 (0)