Create refresh-and-modify-start-script.sh
New script to refresh-qortal and modify the start script for systems with lower RAM or memory crashes at the same time.
This commit is contained in:
parent
d1b289bdde
commit
2108dd53e8
14
refresh-and-modify-start-script.sh
Normal file
14
refresh-and-modify-start-script.sh
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
cd
|
||||||
|
cd qortal
|
||||||
|
./stop.sh
|
||||||
|
sleep 5
|
||||||
|
rm -R db
|
||||||
|
rm start.sh
|
||||||
|
rm qortal.jar
|
||||||
|
rm log.t*
|
||||||
|
curl -L -O https://github.com/qortal/qortal/releases/latest/download/qortal.jar
|
||||||
|
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/start-modified-memory-args.sh
|
||||||
|
mv start-modified-memory-args.sh start.sh
|
||||||
|
chmod +x start.sh
|
||||||
|
./start.sh
|
Loading…
x
Reference in New Issue
Block a user