Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if [[ $DIST_OS -eq "macos" ]] ; then
  2. if ! launchctl stop org.neo4j.server ; then
  3. echo "Error in stopping via launchctl, exiting..."
  4. exit 1
  5. fi
  6. echo "Done..."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement