update to use mate-terminal

Forgot that the pi devices (at least with our image) utilize mate-terminal not gnome-terminal.
This commit is contained in:
crowetic 2022-12-05 12:46:04 -08:00 committed by GitHub
parent bea3353a80
commit 35ab0557d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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