zaunist commented on a change in pull request #2193:
URL: https://github.com/apache/apisix-dashboard/pull/2193#discussion_r742593684
##########
File path: api/run.sh
##########
@@ -17,8 +17,8 @@
#
export ENV=local
-pwd=`pwd`
+pwd=$(pwd)
-cd ./output
+cd ./output || exit
Review comment:
And the script will exit after `cd` fails to execute, so there is no
need to print some message
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]