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

partout /opt/flarum_composer/composer

This commit is contained in:
frju365 2017-03-08 21:00:22 +01:00 committed by GitHub
parent f66d5f49a8
commit 93d95c2602

View file

@ -139,7 +139,7 @@ fi
sudo service nginx reload sudo service nginx reload
# Install the SSOwat auth extension # Install the SSOwat auth extension
sudo su - www-data -s /bin/bash -c "cd $final_path && composer require 'tituspijean/flarum-ext-auth-ssowat:*@dev'" sudo su - www-data -s /bin/bash -c "cd $final_path && /opt/flarum_composer/composer require 'tituspijean/flarum-ext-auth-ssowat:*@dev'"
### POST-INSTALL ### ### POST-INSTALL ###
if [[ -n $admin && -n $title ]]; then if [[ -n $admin && -n $title ]]; then