From fe49e82debb111480587cac24acaaf1b88555344 Mon Sep 17 00:00:00 2001 From: crowetic Date: Wed, 7 May 2025 10:41:42 -0700 Subject: [PATCH] removed auto-fix desktop file and fixed typo in startup config folder location --- auto-fix-qortal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-fix-qortal.sh b/auto-fix-qortal.sh index 61c2d48..6b0cdc7 100644 --- a/auto-fix-qortal.sh +++ b/auto-fix-qortal.sh @@ -219,7 +219,7 @@ setup_raspi_cron() { if find "${HOME}/.config/autostart" -maxdepth 1 -name "start-qortal*.desktop" | grep -q .; then echo -e "${RED}Autostart desktop entry found! Removing that and replacing with cron entry${NC}\n" - rm "${HOME}/.conf/autostart/start-qortal*.desktop" + rm -rf "${HOME}/.config/autostart/start-qortal*.desktop" "${HOME}/.config/autostart/auto-fix-qortal*.desktop" # curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-GUI-cron # crontab auto-fix-GUI-cron # rm -f auto-fix-GUI-cron