Skip to content

Commit

Permalink
chore(startup): update startup shell
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyoukun committed May 30, 2018
1 parent bf636a1 commit c34f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/proxy/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ -f "/etc/node_args.ini" ]
then
CUR_ARGS=$(head -1 /etc/node_args.ini)
else
echo "do nothing, args.ini ignore"
echo "do nothing, node_args.ini ignore"
fi

echo "args: $CUR_ARGS"
Expand Down

0 comments on commit c34f56c

Please sign in to comment.