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.
5 lines
41 B
Bash
5 lines
41 B
Bash
#!/bin/sh
|
|
cd qortal
|
|
./stop.sh
|
|
./start.sh
|