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
Copy file name to clipboardExpand all lines: scripts/stopNeo4j.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ if [[ ${isDatabaseReady} == "false" ]]; then
52
52
exit 0
53
53
else
54
54
if isWindows;then
55
-
echo"stopNeo4j: IMPORTANT: Please close the console window manually where neo4j-${NEO4J_EDITION}-${NEO4J_VERSION} is running on Windows."
55
+
echo"stopNeo4j: IMPORTANT on Windows: Please close the console window or stop the service manually where neo4j-${NEO4J_EDITION}-${NEO4J_VERSION} is running."
56
56
else
57
57
# Stop Neo4j using a temporary NEO4J_HOME environment variable that points to the current installation
0 commit comments