more path
This commit is contained in:
parent
e14a01e521
commit
62cbe0ac5b
@ -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
|
# Check if the job is already in the crontab and add it if it's not
|
||||||
( crontab -l | grep -F "$JOB" || echo "$JOB" ) | crontab -
|
( 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/CNSA-276-FP
|
||||||
|
|
||||||
sudo chmod 777 /CNSA/CNSA-276-FP/startup.sh
|
sudo chmod 777 /CNSA/CNSA-276-FP/startup.sh
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
Reference in New Issue
Block a user