From 2b41bbe6cbf5da11311d6264162a0e2cdaf056b5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Jun 2021 16:41:58 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a66c224..e0c43d8 100755 --- a/scripts/install +++ b/scripts/install @@ -145,7 +145,7 @@ ynh_add_config --template="../conf/user.css.example" --destination="$final_path/ 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 +));" --target_file="$final_path/app/Actions/Photo/Extensions/VideoEditing.php" #================================================= # SETUP SSOWAT