mirror of
https://github.com/danog/downloadRenameBot.git
synced 2024-11-30 04:38:58 +01:00
Improve
This commit is contained in:
parent
3a4cfedd7b
commit
37e68d81ce
2
bot.php
2
bot.php
@ -74,7 +74,7 @@ $process = Process::start([
|
|||||||
$out = buffer($process->getStdout());
|
$out = buffer($process->getStdout());
|
||||||
$err = buffer($process->getStderr());
|
$err = buffer($process->getStderr());
|
||||||
if ($process->join()) {
|
if ($process->join()) {
|
||||||
echo("ffmpeg is not installed, please install ffmpeg!");
|
echo("ffmpeg is not installed, please install ffmpeg!".PHP_EOL);
|
||||||
die(1);
|
die(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user