From a847f8f7b2b58c38e68ee8aa14d1f84d4fc4716f Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Sat, 19 Nov 2022 13:33:15 -0800 Subject: [PATCH] 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. --- start-qortal.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 start-qortal.sh diff --git a/start-qortal.sh b/start-qortal.sh new file mode 100644 index 0000000..52d3e68 --- /dev/null +++ b/start-qortal.sh @@ -0,0 +1,4 @@ +#!/bin/sh +cd qortal +./stop.sh +./start.sh