From 65849a55fc2b28cf3ca1de6a12122e5a060bbe1c Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Thu, 27 Oct 2022 16:27:38 -0700 Subject: [PATCH] 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. --- refresh-qortal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refresh-qortal.sh b/refresh-qortal.sh index 04dd609..4fb6b2c 100644 --- a/refresh-qortal.sh +++ b/refresh-qortal.sh @@ -1,7 +1,7 @@ #!/bin/sh cd cd qortal -./stop.sh +killall -9 java sleep 5 rm -R db rm qortal.jar