simple script to stop/start qortal
This script is build to be placed on desktop for linux machines, and will stop/start qortal core for them. This can be used for any linux machine after running auto-fix script from cron and not showing qortal icon, if the user wants to see the icon. it can also be used by QORTector to start Qortal in a way that shows the icon easily.
This commit is contained in:
parent
7257a726fe
commit
a847f8f7b2
4
start-qortal.sh
Normal file
4
start-qortal.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
cd qortal
|
||||||
|
./stop.sh
|
||||||
|
./start.sh
|
Loading…
x
Reference in New Issue
Block a user