From e14a01e52137a24128eb6e5c8586acc64bf78050 Mon Sep 17 00:00:00 2001 From: EggMan20339 <99349302+EggMan20339@users.noreply.github.com> Date: Tue, 7 May 2024 00:18:23 -0400 Subject: [PATCH] wrong path --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f10ced1..25b0518 100644 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ JOB="@reboot /bin/sh /CNSA/CNSA-276-FP/startup.sh" # Check if the job is already in the crontab and add it if it's not ( crontab -l | grep -F "$JOB" || echo "$JOB" ) | crontab - -sudo git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git /CNSA/ +sudo git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git /CNSA sudo chmod 777 /CNSA/CNSA-276-FP/startup.sh echo ""