1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streams_ynh.git synced 2024-09-03 20:26:20 +02:00

another attempt for ldapauth

This commit is contained in:
dragondaddy 2023-07-28 00:22:48 +02:00
parent ef664b6894
commit ef8735fcba

View file

@ -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