Prevent fork. Limits to one PID

This commit is contained in:
John Mertz 2022-09-17 15:17:02 -04:00
parent 3c059af401
commit 2559d13d38
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ unless ($pid) {
open STDOUT, '>>/dev/null';
open STDERR, '>>/dev/null';
`gammastep -l $lat_lon -b 0.7:0.3`;
exec "exec gammastep -l $lat_lon -b 0.7:0.3";
}
sub fetch_lat_lon