mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Update install
This commit is contained in:
parent
b5c5985675
commit
f53721799f
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ sudo mkdir -p $final_path
|
|||
sudo cp -a ../sources/* $final_path
|
||||
sudo cp ../conf/settings.json $final_path
|
||||
|
||||
sudo $final_path/bin/installDeps.sh
|
||||
sudo $final_path/bin/installDeps.sh > /dev/null 2>&1
|
||||
sudo npm install forever -g > /dev/null 2>&1
|
||||
|
||||
# Change variables in Wordpress configuration
|
||||
sudo sed -i "s/yunouser/$db_user/g" $final_path/settings.json
|
||||
|
|
Loading…
Reference in a new issue