mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update install
This commit is contained in:
parent
846abaa3b0
commit
bf1cec2861
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ pushd "$final_path"
|
||||||
chown -R $app:$app $final_path
|
chown -R $app:$app $final_path
|
||||||
npm install
|
npm install
|
||||||
npm install -g bower
|
npm install -g bower
|
||||||
sudo su -l $app -s /bin/bash -c "cd $final_path && env PATH=$PATH bower install"
|
exec_login_as $app cd $final_path && env PATH=$PATH bower install
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue