From ef8735fcbaa28fb3c204ba6ce5e1865ab838c7dd Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Fri, 28 Jul 2023 00:22:48 +0200 Subject: [PATCH] another attempt for ldapauth --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 799cdcc..0fc9288 100755 --- a/scripts/install +++ b/scripts/install @@ -254,7 +254,9 @@ ynh_systemd_action --service_name=nginx --action=reload #================================================= ynh_script_progression --message="Enabling ldapauth addon..." -$final_path/util/addons install ldapauth +pushd "$final_path" + /usr/bin/php8.1 util/addons install ldapauth +popd #================================================= # END OF SCRIPT