1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00

Fix install script

This commit is contained in:
anmol 2019-03-12 01:44:21 +05:30
parent 8107638297
commit ac12059bc9

View file

@ -155,6 +155,7 @@ ynh_store_file_checksum "$final_path/config/local.config.php"
# Run composer
(cd $final_path && sudo php bin/composer.phar install)
(cd $final_path && sudo bin/console config system addon ldapauth)
chown -R $app: $final_path