diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-28 18:29:57 +0200 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-28 18:29:57 +0200 |
commit | 1888ff34c3d0be89bbaf5ac3ca4dea60254eed7c (patch) | |
tree | 6a03f1187127872a69652d974c31bc2a7ddb5a99 /bin | |
parent | cedc8bf53852d664ab6af8d7e8dbc8256bffe13d (diff) | |
download | istreamdev-1888ff34c3d0be89bbaf5ac3ca4dea60254eed7c.tar.gz istreamdev-1888ff34c3d0be89bbaf5ac3ca4dea60254eed7c.tar.bz2 |
fixed logo gen
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/files.php | 2 |
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); } |