diff --git a/conf/ffmpeg.patch b/conf/ffmpeg.patch index 0d1f1a5..cde2d6a 100644 --- a/conf/ffmpeg.patch +++ b/conf/ffmpeg.patch @@ -13,4 +13,5 @@ index 1a96769..5842606 100644 + )); /** @var Video */ $video = $ffmpeg->open(Storage::path('big/' . $photo->url)); - if (!($tmp = tempnam(sys_get_temp_dir(), 'lychee')) || \ No newline at end of file + if (!($tmp = tempnam(sys_get_temp_dir(), 'lychee')) || + \ No newline at end of file diff --git a/scripts/install b/scripts/install index fcbc316..b31852e 100755 --- a/scripts/install +++ b/scripts/install @@ -137,7 +137,7 @@ pushd $final_path php$phpversion artisan config:clear -n php$phpversion artisan config:cache -n patch -p1 < "$YNH_CWD/../conf/ffprobe.patch" - #patch -p1 < "$YNH_CWD/../conf/ffmpeg.patch" + patch -p1 < "$YNH_CWD/../conf/ffmpeg.patch" popd # Setup custom user.css file