Update main.c change to restart pacsatsim

pacsat-v2.2-tlm3
Alan Johnston 4 weeks ago committed by GitHub
parent 7204051fb6
commit 643eaac19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -247,7 +247,7 @@ int main(int argc, char * argv[]) {
}
if ( mode == PACSAT) {
FILE * pacsat_file = popen("sudo systemctl start pacsatsim", "r");
FILE * pacsat_file = popen("sudo systemctl restart pacsatsim", "r");
pclose(pacsat_file);
}
else {

Loading…
Cancel
Save

Powered by TurnKey Linux.