diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-23 17:45:32 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-23 17:45:32 +0200 |
commit | 167839152fa20fe375b9d7ae6910fbea54c2f4c2 (patch) | |
tree | 8d134ecbaf5d93f68c2bf616af3fda2ac6192351 | |
parent | 8c34bd481e109dd24bf8ca2b28b14b06a61834ab (diff) | |
download | perl-Arctica-Telekinesis-Client-167839152fa20fe375b9d7ae6910fbea54c2f4c2.tar.gz perl-Arctica-Telekinesis-Client-167839152fa20fe375b9d7ae6910fbea54c2f4c2.tar.bz2 perl-Arctica-Telekinesis-Client-167839152fa20fe375b9d7ae6910fbea54c2f4c2.zip |
FIX ME: Let's run the forkedmmoverlay.pl from /usr/bin for now. This is probably wrong, but functional for now.
-rw-r--r-- | lib/Arctica/Telekinesis/Client.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Arctica/Telekinesis/Client.pm b/lib/Arctica/Telekinesis/Client.pm index ff6c844..b2525eb 100644 --- a/lib/Arctica/Telekinesis/Client.pm +++ b/lib/Arctica/Telekinesis/Client.pm @@ -160,7 +160,7 @@ sub target_spawn { # my $pid = open(my $fh,"|-",'./forkedmmoverlay.pl',$app_id,$ttid,$self->{'socks'}{'local'}{'_socket_id'}); if ($self->{'running_apps'}{$app_id}{'targets'}{$ttid}{'tmplnkid'} =~ /^([a-zA-Z0-9\_\-]*)$/) { - system("forkedmmoverlay.pl $app_id $ttid $self->{'socks'}{'local'}{'_socket_id'} $1 &"); + system("/usr/bin/forkedmmoverlay.pl $app_id $ttid $self->{'socks'}{'local'}{'_socket_id'} $1 &"); } } } else { |