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:
crowetic 2022-11-19 13:33:15 -08:00 committed by GitHub
parent 7257a726fe
commit a847f8f7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
start-qortal.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/sh
cd qortal
./stop.sh
./start.sh