Skip to content

Commit

Permalink
Changed port from 7000 to 8110, so that Karlsen Desktop can run toget…
Browse files Browse the repository at this point in the history
…her with KDX
  • Loading branch information
lemois-1337 committed Jan 17, 2024
1 parent c7445bb commit 98fcee4
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions reset-ports
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@

# OSX:
# this script is useful when running KDX from shell and terminating it with Ctrl+C
# as doing this may result in NWJS and Kaspa processes remaining in the background.
#

kill -9 $(lsof -ti:7000)
# macOS:
#
# this script is useful when running Karlsen Desktop from shell and terminating it
# with Ctrl+C as doing this may result in NWJS and Karlsen processes remaining in
# the background.
kill -9 $(lsof -ti:8110)
sleep 1
kill -9 $(lsof -ti:7000)
kill -9 $(lsof -ti:8110)
sleep 1
kill -9 $(lsof -ti:7000)
kill -9 $(lsof -ti:8110)
sleep 1
kill -9 $(lsof -ti:7000)
kill -9 $(lsof -ti:8110)
sleep 1
kill -9 $(lsof -ti:7000)
kill -9 $(lsof -ti:8110)
sleep 1
kill -9 $(lsof -ti:7000)
kill -9 $(lsof -ti:8110)

0 comments on commit 98fcee4

Please sign in to comment.