CalDescent
e257fd8628
Updated stop.sh script to use the /admin/stop API endpoint if an apikey.txt file is available.
...
This brings the behaviour closer to the old version so should hopefully reduce the amount of newly introduced issues. If an API key is unavailable, it will fall back to using `kill -15 $pid` (i.e. a SIGTERM).
2022-01-13 19:18:39 +00:00
CalDescent
2a6244a5c2
Handle multiple qortal processes in stop.sh
2022-01-12 20:31:21 +00:00
CalDescent
7cf60c7c35
Updated stop.sh so that it no longer uses the core API.
2022-01-11 19:12:56 +00:00
CalDescent
32ec02225a
Added optional "--testnet" or "-t" argument to stop.sh. When passing this argument, it will attempt to stop the core using the default testnet port (62391) rather than the default mainnet port (12391).
2021-02-21 11:50:02 +00:00
CalDescent
02100c502b
Exit from stop.sh with an error if curl isn't installed. Based on code submitted by TRM13 in issue #28 .
2021-02-12 16:13:01 +00:00
catbref
82f6e38adb
Add PID tracking to stop.sh (thanks IceBurst)
2020-03-30 17:39:36 +01:00
catbref
1cb2935cad
Improved run.sh, additional stop.sh and bumped genesis block timestamp in blockchain.json
2020-02-04 12:56:07 +00:00