mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Fix
This commit is contained in:
parent
31a2665b00
commit
f46df9ca36
2 changed files with 3 additions and 2 deletions
|
@ -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')) ||
|
||||
if (!($tmp = tempnam(sys_get_temp_dir(), 'lychee')) ||
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue