mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-22 22:50:14 +00:00
update hvigorw.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
parent
4a78511038
commit
3e232f3592
2
hvigorw
2
hvigorw
@ -29,7 +29,7 @@ fail() {
|
||||
|
||||
# Determine node to start hvigor wrapper script
|
||||
if [ -n "${NODE_HOME}" ];then
|
||||
EXECUTABLE_NODE="${NODE_HOME}/node"
|
||||
EXECUTABLE_NODE="${NODE_HOME}/bin/node"
|
||||
if [ ! -x "$EXECUTABLE_NODE" ];then
|
||||
fail "ERROR: NODE_HOME is set to an invalid directory,check $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs installed"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user