From 772b50d38ecfc401a9f6d3222136b89cb2c9827b 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 14:08:03 +0100 Subject: [PATCH] Update install --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 3c5c807..e62858c 100755 --- a/scripts/install +++ b/scripts/install @@ -157,10 +157,10 @@ popd # Setup custom user.css file ynh_add_config --template="../conf/user.css.example" --destination="$final_path/public/dist/user.css" -ynh_replace_string \ ---match_string="\$ffmpeg = FFMpeg::create();" \ ---replace_string="\$ffmpeg = FFMpeg::create(array('ffmpeg.binaries' => '/usr/bin/ffmpeg','ffprobe.binaries' => '/usr/bin/ffprobe',));" \ ---target_file="$final_path/app/Actions/Photo/Extensions/VideoEditing.php" +#ynh_replace_string \ +#--match_string="\$ffmpeg = FFMpeg::create();" \ +#--replace_string="\$ffmpeg = FFMpeg::create(array('ffmpeg.binaries' => '/usr/bin/ffmpeg','ffprobe.binaries' => '/usr/bin/ffprobe',));" \ +#--target_file="$final_path/app/Actions/Photo/Extensions/VideoEditing.php" #================================================= # GENERIC FINALIZATION