From 35ab0557d0644a82688d1b6ca79d97f68f5dc6a6 Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 5 Dec 2022 12:46:04 -0800 Subject: [PATCH] update to use mate-terminal Forgot that the pi devices (at least with our image) utilize mate-terminal not gnome-terminal. --- setup-pi-automation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-pi-automation b/setup-pi-automation index 99c5f95..1fca5be 100644 --- a/setup-pi-automation +++ b/setup-pi-automation @@ -2,7 +2,7 @@ cd curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-qortal.sh chmod +x auto-fix-qortal.sh -gnome-terminal -- ./auto-fix-qortal.sh +mate-terminal -- ./auto-fix-qortal.sh curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-cron crontab auto-fix-cron exit 1