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