Update main.c typo in command command

pull/323/head
Alan Johnston 1 year ago committed by GitHub
parent af32be02ce
commit f831bf1a29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -102,7 +102,7 @@ int main(int argc, char * argv[]) {
FILE * rpitx_stop = popen("sudo systemctl restart rpitx", "r");
pclose(rpitx_stop);
FILE * cc_start = popen("python3 /home/pi/CubeSatSim/command &", "r");
FILE * cc_start = popen("/home/pi/CubeSatSim/command &", "r");
pclose(cc_start);
// FILE * file_deletes = popen("sudo rm /home/pi/CubeSatSim/ready /home/pi/CubeSatSim/cwready > /dev/null", "r");

Loading…
Cancel
Save

Powered by TurnKey Linux.