diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2016-03-02 23:41:57 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2016-03-02 23:43:48 +0100 |
commit | 2c625018a15e628f82e91126eb544d7af4dd5088 (patch) | |
tree | 44a61e43047765bc7b2630fdb39300743d22db96 /web/stream.gathering.org/generate_vlc.pl | |
parent | 559267d660f41e2e0f1119e59d4350be48071923 (diff) |
Cleaned up some.
Diffstat (limited to 'web/stream.gathering.org/generate_vlc.pl')
-rwxr-xr-x | web/stream.gathering.org/generate_vlc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/stream.gathering.org/generate_vlc.pl b/web/stream.gathering.org/generate_vlc.pl index 2b7ff04..178973d 100755 --- a/web/stream.gathering.org/generate_vlc.pl +++ b/web/stream.gathering.org/generate_vlc.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -I /root/tgmanage/web/streamlib
+#!/usr/bin/perl -I /root/tgmanage/web/stream.gathering.org/streamlib
use warnings;
use strict;
|