From 4624d5f6718a9522d46033b1dc52b3872e63a6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:50:11 +0100 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index b6fc28a..cd5b00c 100755 --- a/scripts/install +++ b/scripts/install @@ -29,9 +29,9 @@ ynh_script_progression --message="Installing $app with Composer..." --weight=5 ynh_install_composer --install_args="--ignore-platform-reqs" 2>&1 -# pushd "$install_dir" -# patch --strip=1 < "$YNH_APP_BASEDIR/sources/app-array_key_exists.patch" -# popd +pushd "$install_dir" + patch --strip=1 < "$YNH_APP_BASEDIR/sources/app-array_key_exists.patch" +popd #================================================= # ADD A CONFIGURATION