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:
parent
f66d5f49a8
commit
93d95c2602
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ fi
|
|||
sudo service nginx reload
|
||||
|
||||
# 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 ###
|
||||
if [[ -n $admin && -n $title ]]; then
|
||||
|
|
Loading…
Reference in a new issue