don't use stop script, just kill java.

There is no need to use the stop script when we're going to be replacing the db anyway, just kill it to ensure java is completely stopped.
This commit is contained in:
crowetic 2022-10-27 16:27:38 -07:00 committed by GitHub
parent c71b5afad2
commit 65849a55fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/bin/sh
cd
cd qortal
./stop.sh
killall -9 java
sleep 5
rm -R db
rm qortal.jar