aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGZNGET FOSS Team <opensource@gznianguan.com>2017-09-06 09:06:22 +0200
committerGZNGET FOSS Team <opensource@gznianguan.com>2017-09-06 09:06:22 +0200
commit5b0a96fefb4a29c521904ad2f8e671545f92bd37 (patch)
tree05c62a8528edb7dbd714ca9bf600b618a24e97c2
parent19485e56ec2cb2cc8b2c8196c16d1100d1773d1d (diff)
downloadperl-Arctica-Telekinesis-Client-5b0a96fefb4a29c521904ad2f8e671545f92bd37.tar.gz
perl-Arctica-Telekinesis-Client-5b0a96fefb4a29c521904ad2f8e671545f92bd37.tar.bz2
perl-Arctica-Telekinesis-Client-5b0a96fefb4a29c521904ad2f8e671545f92bd37.zip
Goof fix
-rw-r--r--lib/Arctica/Telekinesis/Client.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Arctica/Telekinesis/Client.pm b/lib/Arctica/Telekinesis/Client.pm
index 0d03e6b..0dab683 100644
--- a/lib/Arctica/Telekinesis/Client.pm
+++ b/lib/Arctica/Telekinesis/Client.pm
@@ -168,7 +168,7 @@ sub target_spawn {
if (($mfid ne 0) and ($rwid ne 0)) {
- system("/home/theuser/arctica/HACK2/convergence/scripts/arctica-mediaplayer-overlay $app_id $ttid $self->{'socks'}{'local'}{'_socket_id'} $mfid $rwid&");
+ system("/usr/bin/arctica-mediaplayer-overlay $app_id $ttid $self->{'socks'}{'local'}{'_socket_id'} $mfid $rwid&");
}
}
} else {