summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-28 18:29:57 +0200
committerTheTroll <trolldev@gmail.com>2010-03-28 18:29:57 +0200
commit1888ff34c3d0be89bbaf5ac3ca4dea60254eed7c (patch)
tree6a03f1187127872a69652d974c31bc2a7ddb5a99 /bin
parentcedc8bf53852d664ab6af8d7e8dbc8256bffe13d (diff)
downloadistreamdev-1888ff34c3d0be89bbaf5ac3ca4dea60254eed7c.tar.gz
istreamdev-1888ff34c3d0be89bbaf5ac3ca4dea60254eed7c.tar.bz2
fixed logo gen
Diffstat (limited to 'bin')
-rwxr-xr-xbin/files.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/files.php b/bin/files.php
index 64ebc7b..5224096 100755
--- a/bin/files.php
+++ b/bin/files.php
@@ -82,6 +82,8 @@ function mediagentb($stream, $dest)
addlog("Thumbnail generation command: " .$cmd);
+ exec($cmd);
+
if (!file_exists($dest))
exec('cp ../logos/nologoMEDIA.png ' .$dest);
}