summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}