You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"stopNeo4j: neo4j-${NEO4J_EDITION}-${NEO4J_VERSION} still running. Something went wrong. Details see 'NEO4J_HOME=${NEO4J_DIR}${NEO4J_BIN}/neo4j${scriptExtension} status'."
70
69
exit 1
71
70
fi
72
71
fi
73
72
74
73
# Check if there are still processes running that listen to the Neo4j HTTP port
75
-
if[[ "${isWindows}"=true ]];then
74
+
if isWindows;then
76
75
echo"stopNeo4j: Skipping detection of processes listening to port ${NEO4J_HTTP_PORT} on Windows"
0 commit comments