From f8565067ae7072a3ee84d071ad972a888bd6f24c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Jun 2021 12:45:01 +0200 Subject: [PATCH] Fix --- conf/ffprobe.patch | 3 +-- scripts/install | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/ffprobe.patch b/conf/ffprobe.patch index a981136..7453bd3 100644 --- a/conf/ffprobe.patch +++ b/conf/ffprobe.patch @@ -26,5 +26,4 @@ index 9ececfe..106eadd 100644 + protected $toolPath = '/usr/bin/ffprobe'; /** - * @var string - \ No newline at end of file + * @var string \ No newline at end of file diff --git a/scripts/install b/scripts/install index 52460fc..66ceb7a 100755 --- a/scripts/install +++ b/scripts/install @@ -136,7 +136,7 @@ pushd $final_path php$phpversion artisan migrate -n --force php$phpversion artisan config:clear -n php$phpversion artisan config:cache -n - patch < "$YNH_CWD/../conf/ffprobe.patch" + patch -p1 < "$YNH_CWD/../conf/ffprobe.patch" popd # Setup custom user.css file