From 244e608f306caccb3460ff86a88bcb31fe99e47e Mon Sep 17 00:00:00 2001 From: crowetic <5431064+crowetic@users.noreply.github.com> Date: Mon, 5 Dec 2022 12:48:44 -0800 Subject: [PATCH] add .sh to script name and rm script upon completion --- setup-pi-automation => setup-pi-automation.sh | 1 + 1 file changed, 1 insertion(+) rename setup-pi-automation => setup-pi-automation.sh (92%) diff --git a/setup-pi-automation b/setup-pi-automation.sh similarity index 92% rename from setup-pi-automation rename to setup-pi-automation.sh index 0ddc4b9..d3a8507 100644 --- a/setup-pi-automation +++ b/setup-pi-automation.sh @@ -6,4 +6,5 @@ mate-terminal -- ./auto-fix-qortal.sh curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/auto-fix-cron crontab auto-fix-cron rm auto-fix-cron +rm setup-pi-autmation.sh exit 1