force to use killall instead of stop script
no need to use stop script as we'll be replacing the db anyway, just kill it.
This commit is contained in:
parent
2108dd53e8
commit
c71b5afad2
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd
|
cd
|
||||||
cd qortal
|
cd qortal
|
||||||
./stop.sh
|
killall -9 java
|
||||||
sleep 5
|
sleep 5
|
||||||
rm -R db
|
rm -R db
|
||||||
rm start.sh
|
rm start.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user