From ecb598610a9db0ec2278ffb37ce9cbd9879213e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 5 Jan 2023 11:22:44 +0100 Subject: [PATCH] Fix --- conf/ffprobe.patch | 4 ++-- scripts/install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/ffprobe.patch b/conf/ffprobe.patch index c5d298e..1734619 100644 --- a/conf/ffprobe.patch +++ b/conf/ffprobe.patch @@ -6,8 +6,8 @@ index 9ececfe..106eadd 100644 * * @var string */ -- protected $toolPath; -+ protected $toolPath = '/usr/bin/ffprobe'; +- protected string $toolPath = ''; ++ protected string $toolPath = '/usr/bin/ffprobe'; /** * @var string-e diff --git a/scripts/install b/scripts/install index 3c5c807..24a51de 100755 --- a/scripts/install +++ b/scripts/install @@ -151,7 +151,7 @@ pushd $final_path php$phpversion artisan migrate -n --force php$phpversion artisan config:clear -n php$phpversion artisan config:cache -n - #patch -p1 < "$YNH_CWD/../conf/ffprobe.patch" + patch -p1 < "$YNH_CWD/../conf/ffprobe.patch" popd # Setup custom user.css file